Home
last modified time | relevance | path

Searched refs:grp_names (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/pinctrl/mediatek/
Dpinctrl-paris.c604 *groups = hw->grp_names; in mtk_pmx_get_func_groups()
818 hw->grp_names = devm_kmalloc_array(&pdev->dev, hw->soc->ngrps, in mtk_pctrl_build_state()
819 sizeof(*hw->grp_names), GFP_KERNEL); in mtk_pctrl_build_state()
820 if (!hw->grp_names) in mtk_pctrl_build_state()
830 hw->grp_names[i] = pin->name; in mtk_pctrl_build_state()
Dpinctrl-mtk-common.c667 *groups = pctl->grp_names; in mtk_pmx_get_func_groups()
908 pctl->grp_names = devm_kcalloc(&pdev->dev, pctl->ngroups, in mtk_pctrl_build_state()
909 sizeof(*pctl->grp_names), GFP_KERNEL); in mtk_pctrl_build_state()
910 if (!pctl->grp_names) in mtk_pctrl_build_state()
920 pctl->grp_names[i] = pin->pin.name; in mtk_pctrl_build_state()
Dpinctrl-mtk-common.h267 const char **grp_names; member
Dpinctrl-mtk-common-v2.h248 const char **grp_names; member
/Linux-v5.4/drivers/pinctrl/sprd/
Dpinctrl-sprd.c137 const char **grp_names; member
376 *groups = info->grp_names; in sprd_pmx_get_function_groups()
917 info->grp_names = devm_kcalloc(sprd_pctl->dev, in sprd_pinctrl_parse_dt()
920 if (!info->grp_names) in sprd_pinctrl_parse_dt()
923 temp = info->grp_names; in sprd_pinctrl_parse_dt()
/Linux-v5.4/drivers/pinctrl/stm32/
Dpinctrl-stm32.c103 const char **grp_names; member
683 *groups = pctl->grp_names; in stm32_pmx_get_func_groups()
1310 pctl->grp_names = devm_kcalloc(&pdev->dev, pctl->ngroups, in stm32_pctrl_build_state()
1311 sizeof(*pctl->grp_names), GFP_KERNEL); in stm32_pctrl_build_state()
1312 if (!pctl->grp_names) in stm32_pctrl_build_state()
1321 pctl->grp_names[i] = pin->pin.name; in stm32_pctrl_build_state()