Searched refs:get_functions_count (Results 1 – 15 of 15) sorted by relevance
| /openbmc/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-generic.c | 88 if (!ops->get_functions_count || !ops->get_function_name) { in pinmux_func_name_to_selector() 94 nfuncs = ops->get_functions_count(dev); in pinmux_func_name_to_selector()
|
| H A D | pinctrl-sandbox.c | 146 .get_functions_count = sandbox_get_functions_count,
|
| /openbmc/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson-gx-pmx.c | 84 .get_functions_count = meson_pinmux_get_functions_count,
|
| H A D | pinctrl-meson-axg-pmx.c | 105 .get_functions_count = meson_pinmux_get_functions_count,
|
| /openbmc/u-boot/include/dm/ |
| H A D | pinctrl.h | 79 int (*get_functions_count)(struct udevice *dev); member
|
| /openbmc/u-boot/arch/arm/mach-snapdragon/ |
| H A D | pinctrl-snapdragon.c | 111 .get_functions_count = msm_get_functions_count,
|
| /openbmc/u-boot/drivers/pinctrl/broadcom/ |
| H A D | pinctrl-bcm6838.c | 141 .get_functions_count = bcm6838_pinctrl_get_functions_count,
|
| /openbmc/u-boot/drivers/pinctrl/aspeed/ |
| H A D | pinctrl_ast2500.c | 212 .get_functions_count = ast2500_pinctrl_get_groups_count,
|
| H A D | pinctrl_ast2400.c | 217 .get_functions_count = ast2400_pinctrl_get_groups_count,
|
| H A D | pinctrl_ast2600.c | 531 .get_functions_count = ast2600_pinctrl_get_groups_count,
|
| /openbmc/u-boot/drivers/pinctrl/mscc/ |
| H A D | mscc-common.c | 246 .get_functions_count = mscc_get_functions_count,
|
| /openbmc/u-boot/drivers/pinctrl/uniphier/ |
| H A D | pinctrl-uniphier-core.c | 404 .get_functions_count = uniphier_pinmux_get_functions_count,
|
| /openbmc/u-boot/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-armada-37xx.c | 575 .get_functions_count = armada_37xx_pmx_get_funcs_count,
|
| /openbmc/u-boot/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common.c | 420 .get_functions_count = mtk_get_functions_count,
|
| /openbmc/u-boot/drivers/pinctrl/renesas/ |
| H A D | pfc.c | 736 .get_functions_count = sh_pfc_pinctrl_get_functions_count,
|