Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c672 char str_preference[21]; in store_energy_performance_preference() local
675 ret = sscanf(buf, "%20s", str_preference); in store_energy_performance_preference()
679 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()