Lines Matching refs:groups
40 return d->soc->groups[group].name; in mxs_get_group_name()
48 *pins = d->soc->groups[group].pins; in mxs_get_group_pins()
49 *num_pins = d->soc->groups[group].npins; in mxs_get_group_pins()
179 const char * const **groups, in mxs_pinctrl_get_func_groups() argument
184 *groups = d->soc->functions[group].groups; in mxs_pinctrl_get_func_groups()
204 struct mxs_group *g = &d->soc->groups[group]; in mxs_pinctrl_set_mux()
248 *config = d->soc->groups[group].config; in mxs_pinconf_group_get()
258 struct mxs_group *g = &d->soc->groups[group]; in mxs_pinconf_group_set()
352 struct mxs_group *g = &d->soc->groups[idx]; in mxs_pinctrl_parse_group()
436 soc->groups = devm_kcalloc(&pdev->dev, in mxs_pinctrl_probe_dt()
437 soc->ngroups, sizeof(*soc->groups), in mxs_pinctrl_probe_dt()
439 if (!soc->groups) in mxs_pinctrl_probe_dt()
500 f->groups = devm_kcalloc(&pdev->dev, in mxs_pinctrl_probe_dt()
502 sizeof(*f->groups), in mxs_pinctrl_probe_dt()
504 if (!f->groups) { in mxs_pinctrl_probe_dt()
512 &f->groups[i++]); in mxs_pinctrl_probe_dt()