Searched refs:grp_names (Results 1 – 6 of 6) sorted by relevance
| /drivers/pinctrl/sprd/ |
| 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()
|
| /drivers/pinctrl/mediatek/ |
| A D | pinctrl-paris.c | 738 *groups = hw->grp_names; in mtk_pmx_get_func_groups() 977 hw->grp_names = devm_kmalloc_array(&pdev->dev, hw->soc->ngrps, in mtk_pctrl_build_state() 978 sizeof(*hw->grp_names), GFP_KERNEL); in mtk_pctrl_build_state() 979 if (!hw->grp_names) in mtk_pctrl_build_state() 989 hw->grp_names[i] = pin->name; in mtk_pctrl_build_state()
|
| A D | pinctrl-mtk-common.c | 697 *groups = pctl->grp_names; in mtk_pmx_get_func_groups() 938 pctl->grp_names = devm_kcalloc(&pdev->dev, pctl->ngroups, in mtk_pctrl_build_state() 939 sizeof(*pctl->grp_names), GFP_KERNEL); in mtk_pctrl_build_state() 940 if (!pctl->grp_names) in mtk_pctrl_build_state() 950 pctl->grp_names[i] = pin->pin.name; in mtk_pctrl_build_state()
|
| A D | pinctrl-mtk-common.h | 290 const char **grp_names; member
|
| A D | pinctrl-mtk-common-v2.h | 300 const char **grp_names; member
|
| /drivers/pinctrl/stm32/ |
| A D | pinctrl-stm32.c | 125 const char **grp_names; member 879 *groups = pctl->grp_names; in stm32_pmx_get_func_groups() 1602 pctl->grp_names = devm_kcalloc(&pdev->dev, pctl->ngroups, in stm32_pctrl_build_state() 1603 sizeof(*pctl->grp_names), GFP_KERNEL); in stm32_pctrl_build_state() 1604 if (!pctl->grp_names) in stm32_pctrl_build_state() 1613 pctl->grp_names[i] = pin->pin.name; in stm32_pctrl_build_state()
|
Completed in 26 milliseconds