Lines Matching refs:group
570 unsigned group)
578 g = &pct->soc->groups[group];
582 dev_dbg(pct->dev, "enable group %s, %u pins\n", g->name, g->npins);
689 unsigned *num_maps, const char *group,
696 (*map)[*num_maps].data.mux.group = group;
705 unsigned *num_maps, const char *group,
720 (*map)[*num_maps].data.configs.group_or_pin = group;
755 const char *group;
766 of_property_for_each_string(np, "groups", prop, group) {
768 num_maps, group, function);