Home
last modified time | relevance | path

Searched refs:match_count (Results 1 – 3 of 3) sorted by relevance

/linux/tools/power/cpupower/utils/
H A Dcpufreq-set.c69 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()
/linux/drivers/firewire/
H A Dcore-device.c587 unsigned int match_count; in detect_quirks_by_root_directory() member
592 .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()
/linux/arch/parisc/kernel/
H A Ddrivers.c178 struct match_count { struct
185 struct match_count * m = data; in match_and_count() argument
204 struct match_count m = { in count_parisc_driver()