| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinmux.c | 39 !ops->get_functions_count || in pinmux_check_ops() 47 nfuncs = ops->get_functions_count(pctldev); in pinmux_check_ops() 323 unsigned nfuncs = ops->get_functions_count(pctldev); in pinmux_func_name_to_selector() 549 nfuncs = pmxops->get_functions_count(pctldev); in pinmux_functions_show()
|
| H A D | pinctrl-lantiq.c | 314 .get_functions_count = ltq_pmx_func_count,
|
| H A D | pinctrl-digicolor.c | 160 .get_functions_count = dc_get_functions_count,
|
| H A D | pinctrl-max96745.c | 88 .get_functions_count = pinmux_generic_get_function_count,
|
| H A D | pinctrl-axp209.c | 276 .get_functions_count = axp20x_pmx_func_cnt,
|
| H A D | pinctrl-max96755f.c | 246 .get_functions_count = pinmux_generic_get_function_count,
|
| H A D | pinctrl-rk806.c | 413 .get_functions_count = rk806_pinctrl_get_funcs_count,
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-generic.c | 87 if (!ops->get_functions_count || !ops->get_function_name) { in pinmux_func_name_to_selector() 93 nfuncs = ops->get_functions_count(dev); in pinmux_func_name_to_selector()
|
| H A D | pinctrl-sandbox.c | 126 .get_functions_count = sandbox_get_functions_count,
|
| H A D | pinctrl-max96745.c | 392 .get_functions_count = max96745_pinctrl_get_functions_count,
|
| H A D | pinctrl-max96755f.c | 488 .get_functions_count = max96755f_pinctrl_get_functions_count,
|
| /OK3568_Linux_fs/kernel/include/linux/pinctrl/ |
| H A D | pinmux.h | 63 int (*get_functions_count) (struct pinctrl_dev *pctldev); member
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/aspeed/ |
| H A D | pinctrl_ast2500.c | 109 .get_functions_count = ast2500_pinctrl_get_groups_count,
|
| /OK3568_Linux_fs/kernel/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 | 114 .get_functions_count = meson_pmx_get_funcs_count,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | pinctrl.h | 76 int (*get_functions_count)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/uniphier/ |
| H A D | pinctrl-uniphier-core.c | 285 .get_functions_count = uniphier_pinmux_get_functions_count,
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/berlin/ |
| H A D | berlin.c | 174 .get_functions_count = &berlin_pinmux_get_functions_count,
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/visconti/ |
| H A D | pinctrl-common.c | 249 .get_functions_count = visconti_get_functions_count,
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson.c | 117 .get_functions_count = meson_pinmux_get_functions_count,
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/bcm/ |
| H A D | pinctrl-ns.c | 240 .get_functions_count = ns_pinctrl_get_functions_count,
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/spear/ |
| H A D | pinctrl-spear.c | 342 .get_functions_count = spear_pinctrl_get_funcs_count,
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/zte/ |
| H A D | pinctrl-zx.c | 149 .get_functions_count = pinmux_generic_get_function_count,
|
| /OK3568_Linux_fs/kernel/drivers/staging/mt7621-pinctrl/ |
| H A D | pinctrl-rt2880.c | 176 .get_functions_count = rt2880_pmx_func_count,
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/pxa/ |
| H A D | pinctrl-pxa2xx.c | 177 .get_functions_count = pxa2xx_get_functions_count,
|