Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_mbox.c125 char str_preference[15]; in workload_type_store() local
129 ret = sscanf(buf, "%14s", str_preference); in workload_type_store()
133 ret = match_string(workload_types, -1, str_preference); in workload_type_store()
/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c788 char str_preference[21]; in store_energy_performance_preference() local
793 ret = sscanf(buf, "%20s", str_preference); in store_energy_performance_preference()
797 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()