Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/cpupower/utils/
Dcpufreq-set.c70 int power = 0, match_count = 0, i, cp, pad; in string_to_frequency() local
76 if (*scan == '.' && match_count == 0) in string_to_frequency()
77 match_count = 1; in string_to_frequency()
78 else if (*scan == '.' && match_count == 1) in string_to_frequency()
83 match_count = 0; in string_to_frequency()
91 match_count++; in string_to_frequency()
94 if (match_count != 1) in string_to_frequency()
125 match_count = (normalized[i-1] >= '5'); in string_to_frequency()
135 if (match_count && freq != ULONG_MAX) in string_to_frequency()
/linux-4.4.14/arch/parisc/kernel/
Ddrivers.c184 struct match_count { struct
191 struct match_count * m = data; in match_and_count() argument
210 struct match_count m = { in count_parisc_driver()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h4292 u32 match_count; member