Lines Matching refs:group
568 unsigned group)
576 g = &pct->soc->groups[group];
580 dev_dbg(pct->dev, "enable group %s, %u pins\n", g->name, g->npins);
687 unsigned *num_maps, const char *group,
694 (*map)[*num_maps].data.mux.group = group;
703 unsigned *num_maps, const char *group,
718 (*map)[*num_maps].data.configs.group_or_pin = group;
753 const char *group;
764 of_property_for_each_string(np, "groups", prop, group) {
766 num_maps, group, function);