Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_mbox.c150 char str_preference[15]; in workload_type_store() local
154 ret = sscanf(buf, "%14s", str_preference); in workload_type_store()
158 ret = match_string(workload_types, -1, str_preference); in workload_type_store()
/Linux-v6.6/drivers/cpufreq/
Damd-pstate.c866 char str_preference[21]; in store_energy_performance_preference() local
869 ret = sscanf(buf, "%20s", str_preference); in store_energy_performance_preference()
873 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()
Dintel_pstate.c805 char str_preference[21]; in store_energy_performance_preference() local
810 ret = sscanf(buf, "%20s", str_preference); in store_energy_performance_preference()
814 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()