Lines Matching defs:num
57 size_t num;
103 for (i = 0; i < match->num; i++) {
191 for (i = 0; i < match->num; i++) {
222 for (i = 0; i < master->match->num; i++)
298 for (i = 0; i < match->num; i++) {
314 struct component_match *match, size_t num)
318 if (match->alloc == num)
321 new = kmalloc_array(num, sizeof(*new), GFP_KERNEL);
327 min(match->num, num));
331 match->alloc = num;
361 if (match->num == match->alloc) {
372 match->compare[match->num].compare = compare;
373 match->compare[match->num].compare_typed = compare_typed;
374 match->compare[match->num].release = release;
375 match->compare[match->num].data = compare_data;
376 match->compare[match->num].component = NULL;
377 match->num++;
445 for (i = 0; i < match->num; i++) {
475 ret = component_match_realloc(dev, match, match->num);
562 for (i = master->match->num; i--; )
646 for (i = 0; i < master->match->num; i++)