Lines Matching defs:count
26 unsigned int count;
144 struct sdw_group_params *params, int count)
151 for (i = 0; i < count; i++) {
170 int *rates, int count)
178 for (i = 0; i < count; i++) {
188 for (i = 0; i < count; i++) {
194 for (i = 0; i < count; i++) {
211 int num = group->count;
221 if (group->count >= group->max_size) {
233 group->rates[group->count++] = rate;
246 group->count = 0;
257 group->rates[group->count++] = rate;
286 if (group.count == 0)
289 params = kcalloc(group.count, sizeof(*params), GFP_KERNEL);
297 &group.rates[0], group.count);
301 _sdw_compute_port_params(bus, params, group.count);