Searched refs:str_preference (Results 1 – 3 of 3) sorted by relevance
| /drivers/thermal/intel/int340x_thermal/ |
| A D | processor_thermal_wt_req.c | 45 char str_preference[15]; in workload_type_store() local 49 ret = sscanf(buf, "%14s", str_preference); in workload_type_store() 53 ret = match_string(workload_types, -1, str_preference); in workload_type_store()
|
| /drivers/cpufreq/ |
| A D | amd-pstate.c | 1160 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()
|
| A D | intel_pstate.c | 836 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()
|
Completed in 14 milliseconds