Lines Matching +full:numbering +full:- +full:space
1 // SPDX-License-Identifier: GPL-2.0-only
14 #include "pinctrl-wmt.h"
17 * Describe the register offsets within the GPIO memory space
22 * Do not reorder these banks as it will change the pin numbering
321 data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL); in wm8650_pinctrl_probe()
323 return -ENOMEM; in wm8650_pinctrl_probe()
325 data->banks = wm8650_banks; in wm8650_pinctrl_probe()
326 data->nbanks = ARRAY_SIZE(wm8650_banks); in wm8650_pinctrl_probe()
327 data->pins = wm8650_pins; in wm8650_pinctrl_probe()
328 data->npins = ARRAY_SIZE(wm8650_pins); in wm8650_pinctrl_probe()
329 data->groups = wm8650_groups; in wm8650_pinctrl_probe()
330 data->ngroups = ARRAY_SIZE(wm8650_groups); in wm8650_pinctrl_probe()
336 { .compatible = "wm,wm8650-pinctrl" },
343 .name = "pinctrl-wm8650",