Searched refs:grp_names (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/pinctrl/cix/ |
| H A D | pinctrl-sky1-base.c | 339 *groups = spctl->grp_names; in sky1_pmx_get_func_groups() 488 spctl->grp_names = devm_kcalloc(&pdev->dev, info->npins, in sky1_pctrl_build_state() 489 sizeof(*spctl->grp_names), GFP_KERNEL); in sky1_pctrl_build_state() 490 if (!spctl->grp_names) in sky1_pctrl_build_state() 500 spctl->grp_names[i] = pin->pin.name; in sky1_pctrl_build_state()
|
| H A D | pinctrl-sky1.h | 42 const char **grp_names; member
|
| /linux/drivers/pinctrl/sprd/ |
| H A D | pinctrl-sprd.c | 141 const char **grp_names; member 377 *groups = info->grp_names; in sprd_pmx_get_function_groups() 952 info->grp_names = devm_kcalloc(sprd_pctl->dev, in sprd_pinctrl_parse_dt() 955 if (!info->grp_names) in sprd_pinctrl_parse_dt() 958 temp = info->grp_names; in sprd_pinctrl_parse_dt()
|
| /linux/drivers/pinctrl/mediatek/ |
| H 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()
|
| H 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()
|
| H A D | pinctrl-mtk-common.h | 289 const char **grp_names; member
|
| H A D | pinctrl-mtk-common-v2.h | 300 const char **grp_names; member
|
| /linux/drivers/pinctrl/stm32/ |
| H A D | pinctrl-stm32.c | 168 const char **grp_names; member 929 *groups = pctl->grp_names; in stm32_pmx_get_func_groups() 1817 pctl->grp_names = devm_kcalloc(&pdev->dev, pctl->ngroups, in stm32_pctrl_build_state() 1818 sizeof(*pctl->grp_names), GFP_KERNEL); in stm32_pctrl_build_state() 1819 if (!pctl->grp_names) in stm32_pctrl_build_state() 1828 pctl->grp_names[i] = pin->pin.name; in stm32_pctrl_build_state()
|