Searched refs:match_count (Results 1 – 3 of 3) sorted by relevance
69 int power = 0, match_count = 0, i, cp, pad; in string_to_frequency() local 75 if (*scan == '.' && match_count == 0) in string_to_frequency() 76 match_count = 1; in string_to_frequency() 77 else if (*scan == '.' && match_count == 1) in string_to_frequency() 82 match_count = 0; in string_to_frequency() 90 match_count++; in string_to_frequency() 93 if (match_count != 1) in string_to_frequency() 128 match_count = (normalized[i-1] >= '5'); in string_to_frequency() 138 if (match_count && freq != ULONG_MAX) in string_to_frequency()
587 unsigned int match_count; in detect_quirks_by_root_directory() member592 .match_count = ARRAY_SIZE(motu_audio_express_matches), in detect_quirks_by_root_directory()597 .match_count = ARRAY_SIZE(tascam_fw_series_matches), in detect_quirks_by_root_directory()607 for (j = 0; j < entry->match_count; ++j) { in detect_quirks_by_root_directory()614 if (j == entry->match_count) in detect_quirks_by_root_directory()
176 struct match_count { struct183 struct match_count * m = data; in match_and_count() argument202 struct match_count m = { in count_parisc_driver()