| /linux-6.15/drivers/pinctrl/berlin/ |
| H A D | berlin.c | 31 unsigned nfunctions; member 109 return pctrl->nfunctions; in berlin_pinmux_get_functions_count() 196 pctrl->nfunctions++; in berlin_pinctrl_add_function() 208 pctrl->nfunctions = 0; in berlin_pinctrl_build_state() 233 pctrl->nfunctions * sizeof(*pctrl->functions), in berlin_pinctrl_build_state()
|
| /linux-6.15/drivers/pinctrl/intel/ |
| H A D | pinctrl-broxton.c | 177 .nfunctions = ARRAY_SIZE(bxt_north_functions), 294 .nfunctions = ARRAY_SIZE(bxt_northwest_functions), 401 .nfunctions = ARRAY_SIZE(bxt_west_functions), 477 .nfunctions = ARRAY_SIZE(bxt_southwest_functions), 655 .nfunctions = ARRAY_SIZE(apl_north_functions), 775 .nfunctions = ARRAY_SIZE(apl_northwest_functions), 885 .nfunctions = ARRAY_SIZE(apl_west_functions), 977 .nfunctions = ARRAY_SIZE(apl_southwest_functions),
|
| H A D | pinctrl-geminilake.c | 178 .nfunctions = ARRAY_SIZE(glk_northwest_functions), 311 .nfunctions = ARRAY_SIZE(glk_north_functions), 432 .nfunctions = ARRAY_SIZE(glk_scc_functions),
|
| H A D | pinctrl-tangier.h | 83 size_t nfunctions; member
|
| H A D | pinctrl-sunrisepoint.c | 290 .nfunctions = ARRAY_SIZE(sptlp_functions), 570 .nfunctions = ARRAY_SIZE(spth_functions),
|
| H A D | pinctrl-intel.h | 213 size_t nfunctions; member
|
| H A D | pinctrl-denverton.c | 248 .nfunctions = ARRAY_SIZE(dnv_functions),
|
| /linux-6.15/drivers/pinctrl/ |
| H A D | pinctrl-pef2256.c | 90 unsigned int nfunctions; member 135 return pef2256->nfunctions; in pef2256_get_functions_count() 284 pef2256->nfunctions = ARRAY_SIZE(pef2256_v12_functions); in pef2256_register_pinctrl() 289 pef2256->nfunctions = ARRAY_SIZE(pef2256_v2x_functions); in pef2256_register_pinctrl()
|
| H A D | pinctrl-k230.c | 75 unsigned int nfunctions; member 122 for (i = 0; i < info->nfunctions; i++) { in k230_name_to_funtion() 414 return info->nfunctions; in k230_get_functions_count() 549 info->nfunctions++; in k230_pinctrl_child_count() 564 info->functions = devm_kcalloc(dev, info->nfunctions, in k230_pinctrl_parse_dt()
|
| H A D | pinctrl-amdisp.c | 31 unsigned int nfunctions; member 40 .nfunctions = ARRAY_SIZE(amdisp_functions),
|
| /linux-6.15/drivers/pinctrl/freescale/ |
| H A D | pinctrl-imx1.h | 61 unsigned int nfunctions; member
|
| H A D | pinctrl-mxs.h | 76 unsigned nfunctions; member
|
| H A D | pinctrl-mxs.c | 169 return d->soc->nfunctions; in mxs_pinctrl_get_funcs_count() 433 soc->nfunctions++; in mxs_pinctrl_probe_dt() 438 soc->nfunctions, in mxs_pinctrl_probe_dt()
|
| /linux-6.15/drivers/pinctrl/nxp/ |
| H A D | pinctrl-s32.h | 50 unsigned int nfunctions; member
|
| /linux-6.15/drivers/pinctrl/qcom/ |
| H A D | pinctrl-lpass-lpi.h | 86 int nfunctions; member
|
| H A D | pinctrl-msm.h | 155 unsigned nfunctions; member
|
| H A D | pinctrl-sm8250-lpass-lpi.c | 125 .nfunctions = ARRAY_SIZE(sm8250_functions),
|
| H A D | pinctrl-sm8350-lpass-lpi.c | 127 .nfunctions = ARRAY_SIZE(sm8350_functions),
|
| H A D | pinctrl-sc7280-lpass-lpi.c | 127 .nfunctions = ARRAY_SIZE(sc7280_functions),
|
| H A D | pinctrl-sm6115-lpass-lpi.c | 135 .nfunctions = ARRAY_SIZE(sm6115_functions),
|
| /linux-6.15/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-abx500.h | 172 unsigned nfunctions; member
|
| /linux-6.15/drivers/pinctrl/tegra/ |
| H A D | pinctrl-tegra.h | 210 unsigned nfunctions; member
|
| /linux-6.15/drivers/pinctrl/meson/ |
| H A D | pinctrl-amlogic-a4.c | 93 int nfunctions; member 149 return info->nfunctions; in aml_pmx_get_funcs_count() 716 info->nfunctions++; in aml_pctl_dt_child_count() 939 dev_dbg(dev, "nfunctions = %d\n", info->nfunctions); in aml_pctl_probe_dt() 942 info->functions = devm_kcalloc(dev, info->nfunctions, sizeof(*info->functions), GFP_KERNEL); in aml_pctl_probe_dt()
|
| /linux-6.15/drivers/pinctrl/nuvoton/ |
| H A D | pinctrl-ma35.c | 140 unsigned int nfunctions; member 252 return npctl->nfunctions; in ma35_pinmux_get_func_count() 1078 npctl->nfunctions++; in ma35_pinctrl_probe_dt() 1082 if (!npctl->nfunctions) in ma35_pinctrl_probe_dt() 1085 npctl->functions = devm_kcalloc(&pdev->dev, npctl->nfunctions, in ma35_pinctrl_probe_dt()
|
| /linux-6.15/include/linux/gpio/ |
| H A D | gpio-nomadik.h | 207 unsigned int nfunctions; member
|