Searched refs:str_preference (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | processor_thermal_mbox.c | 150 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()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | amd-pstate.c | 1019 char str_preference[21]; in store_energy_performance_preference() local 1022 ret = sscanf(buf, "%20s", str_preference); in store_energy_performance_preference() 1026 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()
|
H A D | intel_pstate.c | 829 char str_preference[21]; in store_energy_performance_preference() local 834 ret = sscanf(buf, "%20s", str_preference); in store_energy_performance_preference() 838 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()
|