Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c477 static struct group_desc wpcm450_groups[] = { variable
841 return ARRAY_SIZE(wpcm450_groups); in wpcm450_get_groups_count()
847 return wpcm450_groups[selector].name; in wpcm450_get_group_name()
855 *npins = wpcm450_groups[selector].num_pins; in wpcm450_get_group_pins()
856 *pins = wpcm450_groups[selector].pins; in wpcm450_get_group_pins()
913 wpcm450_setfunc(pctrl->gcr_regmap, wpcm450_groups[group].pins, in wpcm450_pinmux_set_mux()
914 wpcm450_groups[group].num_pins, function); in wpcm450_pinmux_set_mux()