/linux-4.4.14/include/linux/pinctrl/ |
D | pinctrl.h | 91 int (*get_groups_count) (struct pinctrl_dev *pctldev); member
|
/linux-4.4.14/drivers/pinctrl/berlin/ |
D | berlin.c | 104 .get_groups_count = &berlin_pinctrl_get_group_count,
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-lantiq.c | 174 .get_groups_count = ltq_get_group_count,
|
D | core.c | 539 unsigned ngroups = pctlops->get_groups_count(pctldev); in pinctrl_get_group_selector() 1382 ngroups = ops->get_groups_count(pctldev); in pinctrl_groups_show() 1718 !ops->get_groups_count || in pinctrl_check_ops()
|
D | pinctrl-digicolor.c | 83 .get_groups_count = dc_get_groups_count,
|
D | pinctrl-as3722.c | 200 .get_groups_count = as3722_pinctrl_get_groups_count,
|
D | pinconf.c | 343 unsigned ngroups = pctlops->get_groups_count(pctldev); in pinconf_groups_show()
|
D | pinctrl-u300.c | 864 .get_groups_count = u300_get_groups_count,
|
D | pinctrl-tz1090-pdc.c | 490 .get_groups_count = tz1090_pdc_pinctrl_get_groups_count,
|
D | pinctrl-tegra.c | 228 .get_groups_count = tegra_pinctrl_get_groups_count,
|
D | pinctrl-tb10x.c | 581 .get_groups_count = tb10x_get_groups_count,
|
D | pinctrl-amd.c | 583 .get_groups_count = amd_get_groups_count,
|
D | pinctrl-tegra-xusb.c | 264 .get_groups_count = tegra_xusb_padctl_get_groups_count,
|
D | pinctrl-zynq.c | 861 .get_groups_count = zynq_pctrl_get_groups_count,
|
D | pinctrl-at91-pio4.c | 586 .get_groups_count = atmel_pctl_get_groups_count,
|
D | pinctrl-adi2.c | 616 .get_groups_count = adi_get_groups_count,
|
D | pinctrl-palmas.c | 655 .get_groups_count = palmas_pinctrl_get_groups_count,
|
D | pinctrl-pistachio.c | 917 .get_groups_count = pistachio_pinctrl_get_groups_count,
|
D | pinctrl-tz1090.c | 1205 .get_groups_count = tz1090_pinctrl_get_groups_count,
|
D | pinctrl-st.c | 919 .get_groups_count = st_pctl_get_groups_count,
|
D | pinctrl-single.c | 373 .get_groups_count = pcs_get_groups_count,
|
D | pinctrl-at91.c | 312 .get_groups_count = at91_get_groups_count,
|
D | pinctrl-lpc18xx.c | 1125 .get_groups_count = lpc18xx_pctl_get_groups_count,
|
D | pinctrl-rockchip.c | 374 .get_groups_count = rockchip_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/spear/ |
D | pinctrl-spear.c | 202 .get_groups_count = spear_pinctrl_get_groups_cnt,
|
/linux-4.4.14/drivers/pinctrl/uniphier/ |
D | pinctrl-uniphier-core.c | 111 .get_groups_count = uniphier_pctl_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/vt8500/ |
D | pinctrl-wmt.c | 414 .get_groups_count = wmt_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 162 .get_groups_count = mxs_get_groups_count,
|
D | pinctrl-imx1-core.c | 292 .get_groups_count = imx1_get_groups_count,
|
D | pinctrl-imx.c | 175 .get_groups_count = imx_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 303 .get_groups_count = sh_pfc_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/qcom/ |
D | pinctrl-spmi-gpio.c | 215 .get_groups_count = pmic_gpio_get_groups_count,
|
D | pinctrl-ssbi-gpio.c | 198 .get_groups_count = pm8xxx_get_groups_count,
|
D | pinctrl-ssbi-mpp.c | 275 .get_groups_count = pm8xxx_get_groups_count,
|
D | pinctrl-spmi-mpp.c | 236 .get_groups_count = pmic_mpp_get_groups_count,
|
D | pinctrl-msm.c | 105 .get_groups_count = msm_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/bcm/ |
D | pinctrl-cygnus-gpio.c | 382 .get_groups_count = cygnus_get_groups_count,
|
D | pinctrl-cygnus-mux.c | 735 .get_groups_count = cygnus_get_groups_count,
|
D | pinctrl-bcm2835.c | 803 .get_groups_count = bcm2835_pctl_get_groups_count,
|
D | pinctrl-bcm281xx.c | 1022 .get_groups_count = bcm281xx_pinctrl_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.c | 443 .get_groups_count = mvebu_pinctrl_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/meson/ |
D | pinctrl-meson.c | 173 .get_groups_count = meson_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/samsung/ |
D | pinctrl-exynos5440.c | 296 .get_groups_count = exynos5440_get_group_count,
|
D | pinctrl-samsung.c | 298 .get_groups_count = samsung_get_group_count,
|
/linux-4.4.14/drivers/pinctrl/sirf/ |
D | pinctrl-sirf.c | 129 .get_groups_count = sirfsoc_get_groups_count,
|
D | pinctrl-atlas7.c | 5293 .get_groups_count = atlas7_pinctrl_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/intel/ |
D | pinctrl-intel.c | 285 .get_groups_count = intel_get_groups_count,
|
D | pinctrl-cherryview.c | 749 .get_groups_count = chv_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/sunxi/ |
D | pinctrl-sunxi.c | 267 .get_groups_count = sunxi_pctrl_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
D | pinctrl-abx500.c | 957 .get_groups_count = abx500_get_groups_cnt,
|
D | pinctrl-nomadik.c | 1629 .get_groups_count = nmk_get_groups_cnt,
|
/linux-4.4.14/Documentation/ |
D | pinctrl.txt | 175 .get_groups_count = foo_get_groups_count, 186 The pin control subsystem will call the .get_groups_count() function to 650 .get_groups_count = foo_get_groups_count,
|
/linux-4.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 632 .get_groups_count = mtk_pctrl_get_groups_count,
|