Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/cpufreq/
Dintel_pstate.c726 char str_preference[21]; in store_energy_performance_preference() local
731 ret = sscanf(buf, "%20s", str_preference); in store_energy_performance_preference()
735 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()