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
360 data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL); in wm8750_pinctrl_probe()
362 return -ENOMEM; in wm8750_pinctrl_probe()
364 data->banks = wm8750_banks; in wm8750_pinctrl_probe()
365 data->nbanks = ARRAY_SIZE(wm8750_banks); in wm8750_pinctrl_probe()
366 data->pins = wm8750_pins; in wm8750_pinctrl_probe()
367 data->npins = ARRAY_SIZE(wm8750_pins); in wm8750_pinctrl_probe()
368 data->groups = wm8750_groups; in wm8750_pinctrl_probe()
369 data->ngroups = ARRAY_SIZE(wm8750_groups); in wm8750_pinctrl_probe()
375 { .compatible = "wm,wm8750-pinctrl" },
382 .name = "pinctrl-wm8750",