Searched refs:grp_names (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/pinctrl/sprd/ |
D | pinctrl-sprd.c | 139 const char **grp_names; member 378 *groups = info->grp_names; in sprd_pmx_get_function_groups() 954 info->grp_names = devm_kcalloc(sprd_pctl->dev, in sprd_pinctrl_parse_dt() 957 if (!info->grp_names) in sprd_pinctrl_parse_dt() 960 temp = info->grp_names; in sprd_pinctrl_parse_dt()
|
/Linux-v6.1/drivers/pinctrl/mediatek/ |
D | pinctrl-paris.c | 749 *groups = hw->grp_names; in mtk_pmx_get_func_groups() 1006 hw->grp_names = devm_kmalloc_array(&pdev->dev, hw->soc->ngrps, in mtk_pctrl_build_state() 1007 sizeof(*hw->grp_names), GFP_KERNEL); in mtk_pctrl_build_state() 1008 if (!hw->grp_names) in mtk_pctrl_build_state() 1018 hw->grp_names[i] = pin->name; in mtk_pctrl_build_state()
|
D | pinctrl-mtk-common.c | 686 *groups = pctl->grp_names; in mtk_pmx_get_func_groups() 930 pctl->grp_names = devm_kcalloc(&pdev->dev, pctl->ngroups, in mtk_pctrl_build_state() 931 sizeof(*pctl->grp_names), GFP_KERNEL); in mtk_pctrl_build_state() 932 if (!pctl->grp_names) in mtk_pctrl_build_state() 942 pctl->grp_names[i] = pin->pin.name; in mtk_pctrl_build_state()
|
D | pinctrl-mtk-common.h | 284 const char **grp_names; member
|
D | pinctrl-mtk-common-v2.h | 298 const char **grp_names; member
|
/Linux-v6.1/drivers/pinctrl/stm32/ |
D | pinctrl-stm32.c | 108 const char **grp_names; member 761 *groups = pctl->grp_names; in stm32_pmx_get_func_groups() 1447 pctl->grp_names = devm_kcalloc(&pdev->dev, pctl->ngroups, in stm32_pctrl_build_state() 1448 sizeof(*pctl->grp_names), GFP_KERNEL); in stm32_pctrl_build_state() 1449 if (!pctl->grp_names) in stm32_pctrl_build_state() 1458 pctl->grp_names[i] = pin->pin.name; in stm32_pctrl_build_state()
|