Lines Matching defs:count
27 unsigned int count;
138 struct sdw_group_params *params, int count)
145 for (i = 0; i < count; i++) {
160 int *rates, int count)
168 for (i = 0; i < count; i++) {
178 for (i = 0; i < count; i++) {
184 for (i = 0; i < count; i++) {
201 int num = group->count;
211 if (group->count >= group->max_size) {
223 group->rates[group->count++] = rate;
236 group->count = 0;
247 group->rates[group->count++] = rate;
276 if (group.count == 0)
279 params = kcalloc(group.count, sizeof(*params), GFP_KERNEL);
287 &group.rates[0], group.count);
291 _sdw_compute_port_params(bus, params, group.count);