Searched refs:grp_names (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/pinctrl/sprd/ |
| H A D | pinctrl-sprd.c | 141 const char **grp_names; member 380 *groups = info->grp_names; in sprd_pmx_get_function_groups() 955 info->grp_names = devm_kcalloc(sprd_pctl->dev, in sprd_pinctrl_parse_dt() 958 if (!info->grp_names) in sprd_pinctrl_parse_dt() 961 temp = info->grp_names; in sprd_pinctrl_parse_dt()
|
| /linux-6.15/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-paris.c | 738 *groups = hw->grp_names; in mtk_pmx_get_func_groups() 992 hw->grp_names = devm_kmalloc_array(&pdev->dev, hw->soc->ngrps, in mtk_pctrl_build_state() 993 sizeof(*hw->grp_names), GFP_KERNEL); in mtk_pctrl_build_state() 994 if (!hw->grp_names) in mtk_pctrl_build_state() 1004 hw->grp_names[i] = pin->name; in mtk_pctrl_build_state()
|
| H A D | pinctrl-mtk-common.c | 697 *groups = pctl->grp_names; in mtk_pmx_get_func_groups() 933 pctl->grp_names = devm_kcalloc(&pdev->dev, pctl->ngroups, in mtk_pctrl_build_state() 934 sizeof(*pctl->grp_names), GFP_KERNEL); in mtk_pctrl_build_state() 935 if (!pctl->grp_names) in mtk_pctrl_build_state() 945 pctl->grp_names[i] = pin->pin.name; in mtk_pctrl_build_state()
|
| H A D | pinctrl-mtk-common.h | 290 const char **grp_names; member
|
| H A D | pinctrl-mtk-common-v2.h | 300 const char **grp_names; member
|
| /linux-6.15/drivers/pinctrl/stm32/ |
| H A D | pinctrl-stm32.c | 109 const char **grp_names; member 750 *groups = pctl->grp_names; in stm32_pmx_get_func_groups() 1468 pctl->grp_names = devm_kcalloc(&pdev->dev, pctl->ngroups, in stm32_pctrl_build_state() 1469 sizeof(*pctl->grp_names), GFP_KERNEL); in stm32_pctrl_build_state() 1470 if (!pctl->grp_names) in stm32_pctrl_build_state() 1479 pctl->grp_names[i] = pin->pin.name; in stm32_pctrl_build_state()
|