Searched refs:get_groups_count (Results 1 – 13 of 13) sorted by relevance
/u-boot/drivers/pinctrl/aspeed/ |
A D | pinctrl_ast2500.c | 107 .get_groups_count = ast2500_pinctrl_get_groups_count,
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl-generic.c | 55 if (!ops->get_groups_count || !ops->get_group_name) { in pinctrl_group_name_to_selector() 60 ngroups = ops->get_groups_count(dev); in pinctrl_group_name_to_selector()
|
A D | pinctrl-sandbox.c | 276 .get_groups_count = sandbox_get_groups_count,
|
A D | pinctrl-kendryte.c | 665 .get_groups_count = k210_pc_get_groups_count,
|
/u-boot/include/dm/ |
A D | pinctrl.h | 73 int (*get_groups_count)(struct udevice *dev); member
|
/u-boot/drivers/pinctrl/mtmips/ |
A D | pinctrl-mt7620.c | 177 .get_groups_count = mt7620_get_groups_count,
|
A D | pinctrl-mt7628.c | 557 .get_groups_count = mt7628_get_groups_count,
|
/u-boot/drivers/pinctrl/meson/ |
A D | pinctrl-meson-gx-pmx.c | 125 .get_groups_count = meson_pinctrl_get_groups_count,
|
A D | pinctrl-meson-axg-pmx.c | 150 .get_groups_count = meson_pinctrl_get_groups_count,
|
/u-boot/drivers/pinctrl/uniphier/ |
A D | pinctrl-uniphier-core.c | 405 .get_groups_count = uniphier_pinctrl_get_groups_count,
|
/u-boot/drivers/pinctrl/mvebu/ |
A D | pinctrl-armada-37xx.c | 579 .get_groups_count = armada_37xx_pmx_get_groups_count,
|
/u-boot/drivers/pinctrl/mediatek/ |
A D | pinctrl-mtk-common.c | 515 .get_groups_count = mtk_get_groups_count,
|
/u-boot/drivers/pinctrl/renesas/ |
A D | pfc.c | 840 .get_groups_count = sh_pfc_pinctrl_get_groups_count,
|
Completed in 17 milliseconds