Searched refs:get_functions_count (Results 1 – 25 of 115) sorted by relevance
12345
/linux/include/linux/pinctrl/ |
H A D | pinmux.h | 62 int (*get_functions_count) (struct pinctrl_dev *pctldev); member
|
/linux/drivers/pinctrl/ |
H A D | pinmux.c | 44 !ops->get_functions_count || in pinmux_check_ops() 52 nfuncs = ops->get_functions_count(pctldev); in pinmux_check_ops() 333 unsigned int nfuncs = ops->get_functions_count(pctldev); in pinmux_func_name_to_selector() 563 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-lantiq.c | 315 .get_functions_count = ltq_pmx_func_count,
|
H A D | pinctrl-digicolor.c | 161 .get_functions_count = dc_get_functions_count,
|
H A D | pinctrl-pef2256.c | 173 .get_functions_count = pef2256_get_functions_count,
|
H A D | pinctrl-tps6594.c | 444 .get_functions_count = tps6594_pmx_func_cnt,
|
H A D | pinctrl-eyeq5.c | 426 .get_functions_count = eq5p_pinmux_get_functions_count,
|
H A D | pinctrl-scmi.c | 196 .get_functions_count = pinctrl_scmi_get_functions_count,
|
/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,
|
/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-bcm6358.c | 313 .get_functions_count = bcm6358_pinctrl_get_func_count,
|
H A D | pinctrl-bcm6318.c | 453 .get_functions_count = bcm6318_pinctrl_get_func_count,
|
H A D | pinctrl-bcm6368.c | 458 .get_functions_count = bcm6368_pinctrl_get_func_count,
|
H A D | pinctrl-bcm6362.c | 572 .get_functions_count = bcm6362_pinctrl_get_func_count,
|
H A D | pinctrl-bcm63268.c | 598 .get_functions_count = bcm63268_pinctrl_get_func_count,
|
H A D | pinctrl-bcm4908.c | 449 .get_functions_count = pinmux_generic_get_function_count,
|
/linux/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32-hdp.c | 571 .get_functions_count = stm32_hdp_pinmux_get_functions_count,
|
/linux/drivers/pinctrl/berlin/ |
H A D | berlin.c | 174 .get_functions_count = &berlin_pinmux_get_functions_count,
|
/linux/drivers/pinctrl/visconti/ |
H A D | pinctrl-common.c | 271 .get_functions_count = visconti_get_functions_count,
|
/linux/drivers/pinctrl/freescale/ |
H A D | pinctrl-imx-scmi.c | 173 .get_functions_count = pinmux_generic_get_function_count,
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtmips.c | 176 .get_functions_count = mtmips_pmx_func_count,
|
/linux/drivers/pinctrl/spear/ |
H A D | pinctrl-spear.c | 339 .get_functions_count = spear_pinctrl_get_funcs_count,
|
12345