Searched refs:string_to_frequency (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/power/cpupower/utils/
H A Dcpufreq-set.c62 static unsigned long string_to_frequency(const char *str) string_to_frequency() function
227 new_pol.min = string_to_frequency(optarg); cmd_freq_set()
237 new_pol.max = string_to_frequency(optarg); cmd_freq_set()
246 freq = string_to_frequency(optarg); cmd_freq_set()

Completed in 61 milliseconds