/openbmc/linux/include/linux/pinctrl/ |
H A D | pinmux.h | 62 int (*get_functions_count) (struct pinctrl_dev *pctldev); member
|
/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/linux/drivers/pinctrl/meson/ |
H A D | pinctrl-meson8-pmx.c | 98 .get_functions_count = meson_pmx_get_funcs_count,
|
H A D | pinctrl-meson-axg-pmx.c | 113 .get_functions_count = meson_pmx_get_funcs_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/linux/drivers/pinctrl/ |
H A D | pinmux.c | 43 !ops->get_functions_count || in pinmux_check_ops() 51 nfuncs = ops->get_functions_count(pctldev); in pinmux_check_ops() 327 unsigned nfuncs = ops->get_functions_count(pctldev); in pinmux_func_name_to_selector() 553 nfuncs = pmxops->get_functions_count(pctldev); in pinmux_functions_show()
|
H A D | pinctrl-mlxbf3.c | 227 .get_functions_count = mlxbf3_pmx_get_funcs_count,
|
H A D | pinctrl-loongson2.c | 247 .get_functions_count = loongson2_pmx_get_funcs_count,
|
H A D | pinctrl-digicolor.c | 161 .get_functions_count = dc_get_functions_count,
|
H A D | pinctrl-lantiq.c | 315 .get_functions_count = ltq_pmx_func_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,
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm6328.c | 359 .get_functions_count = bcm6328_pinctrl_get_func_count,
|
H A D | pinctrl-ns.c | 185 .get_functions_count = pinmux_generic_get_function_count,
|
H A D | pinctrl-bcm6318.c | 453 .get_functions_count = bcm6318_pinctrl_get_func_count,
|
H A D | pinctrl-bcm6358.c | 313 .get_functions_count = bcm6358_pinctrl_get_func_count,
|
H A D | pinctrl-bcm6368.c | 458 .get_functions_count = bcm6368_pinctrl_get_func_count,
|
/openbmc/u-boot/drivers/pinctrl/mscc/ |
H A D | mscc-common.c | 246 .get_functions_count = mscc_get_functions_count,
|
/openbmc/linux/drivers/pinctrl/berlin/ |
H A D | berlin.c | 174 .get_functions_count = &berlin_pinmux_get_functions_count,
|
/openbmc/linux/drivers/pinctrl/visconti/ |
H A D | pinctrl-common.c | 271 .get_functions_count = visconti_get_functions_count,
|