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
339 data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL); in wm8850_pinctrl_probe()
341 return -ENOMEM; in wm8850_pinctrl_probe()
343 data->banks = wm8850_banks; in wm8850_pinctrl_probe()
344 data->nbanks = ARRAY_SIZE(wm8850_banks); in wm8850_pinctrl_probe()
345 data->pins = wm8850_pins; in wm8850_pinctrl_probe()
346 data->npins = ARRAY_SIZE(wm8850_pins); in wm8850_pinctrl_probe()
347 data->groups = wm8850_groups; in wm8850_pinctrl_probe()
348 data->ngroups = ARRAY_SIZE(wm8850_groups); in wm8850_pinctrl_probe()
354 { .compatible = "wm,wm8850-pinctrl" },
361 .name = "pinctrl-wm8850",