Home
last modified time | relevance | path

Searched refs:str_preference (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cpufreq/
H A Damd-pstate.c1160 char str_preference[21]; in store_energy_performance_preference() local
1164 ret = sscanf(buf, "%20s", str_preference); in store_energy_performance_preference()
1168 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()
H A Dintel_pstate.c836 char str_preference[21]; in store_energy_performance_preference() local
841 ret = sscanf(buf, "%20s", str_preference); in store_energy_performance_preference()
845 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()