Lines Matching refs:group
115 const char *group;
161 dev_err(dev, "No pin or group provided in DT node\n");
181 of_property_for_each_string(np, "groups", prop, group) {
184 maps[idx].data.mux.group = group;
190 ret = sh_pfc_map_add_config(&maps[idx], group,
323 unsigned group)
327 const struct sh_pfc_pin_group *grp = &pfc->info->groups[group];
332 dev_dbg(pctldev->dev, "Configuring pin group %s\n", grp->name);
354 /* All group pins are configured, mark the pins as muxed */
726 static int sh_pfc_pinconf_group_set(struct pinctrl_dev *pctldev, unsigned group,
735 pins = pmx->pfc->info->groups[group].pins;
736 num_pins = pmx->pfc->info->groups[group].nr_pins;