Lines Matching refs:group_count
40 int group_count;
50 return p->group_count;
58 return (group >= p->group_count) ? NULL : p->group_names[group];
68 if (group >= p->group_count)
107 if (p->func[func]->group_count == 1)
112 *num_groups = p->func[func]->group_count;
201 p->group_count++;
206 p->group_names = devm_kcalloc(p->dev, p->group_count,
211 for (i = 0; i < p->group_count; i++) {
222 gpio_func.groups = devm_kcalloc(p->dev, p->group_count, sizeof(int),
228 gpio_func.group_count = p->group_count;
229 for (i = 0; i < gpio_func.group_count; i++)
236 for (i = 0; i < p->group_count; i++) {
244 p->func[c]->group_count = 1;