Lines Matching refs:groups
48 return d->soc->groups[group].name; in mxs_get_group_name()
56 *pins = d->soc->groups[group].pins; in mxs_get_group_pins()
57 *num_pins = d->soc->groups[group].npins; in mxs_get_group_pins()
187 const char * const **groups, in mxs_pinctrl_get_func_groups() argument
192 *groups = d->soc->functions[group].groups; in mxs_pinctrl_get_func_groups()
202 struct mxs_group *g = &d->soc->groups[group]; in mxs_pinctrl_enable()
246 *config = d->soc->groups[group].config; in mxs_pinconf_group_get()
255 struct mxs_group *g = &d->soc->groups[group]; in mxs_pinconf_group_set()
343 struct mxs_group *g = &d->soc->groups[idx]; in mxs_pinctrl_parse_group()
425 soc->groups = devm_kzalloc(&pdev->dev, soc->ngroups * in mxs_pinctrl_probe_dt()
426 sizeof(*soc->groups), GFP_KERNEL); in mxs_pinctrl_probe_dt()
427 if (!soc->groups) in mxs_pinctrl_probe_dt()
461 f->groups = devm_kzalloc(&pdev->dev, f->ngroups * in mxs_pinctrl_probe_dt()
462 sizeof(*f->groups), in mxs_pinctrl_probe_dt()
464 if (!f->groups) in mxs_pinctrl_probe_dt()
470 &f->groups[i++]); in mxs_pinctrl_probe_dt()