Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c86 unsigned nfuncs, selector = 0; in pinmux_func_name_to_selector() local
94 nfuncs = ops->get_functions_count(dev); in pinmux_func_name_to_selector()
97 for (selector = 0; selector < nfuncs; selector++) { in pinmux_func_name_to_selector()
/openbmc/u-boot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c97 unsigned int nfuncs; member
255 return info->nfuncs; in armada_37xx_pmx_get_funcs_count()
381 info->nfuncs = num; in armada_37xx_fill_group()
401 for (n = 0; n < info->nfuncs; n++) { in armada_37xx_fill_func()
/openbmc/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h163 int nfuncs; member
H A Dpinctrl-mt7629.c389 .nfuncs = ARRAY_SIZE(mt7629_functions),
H A Dpinctrl-mtk-common.c247 return priv->soc->nfuncs; in mtk_get_functions_count()
H A Dpinctrl-mt7623.c1244 .nfuncs = ARRAY_SIZE(mt7623_functions),