Home
last modified time | relevance | path

Searched refs:wpcm450_groups (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c477 static const struct pingroup wpcm450_groups[] = { variable
840 return ARRAY_SIZE(wpcm450_groups); in wpcm450_get_groups_count()
846 return wpcm450_groups[selector].name; in wpcm450_get_group_name()
854 *npins = wpcm450_groups[selector].npins; in wpcm450_get_group_pins()
855 *pins = wpcm450_groups[selector].pins; in wpcm450_get_group_pins()
902 wpcm450_setfunc(pctrl->gcr_regmap, wpcm450_groups[group].pins, in wpcm450_pinmux_set_mux()
903 wpcm450_groups[group].npins, function); in wpcm450_pinmux_set_mux()