Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
A Dprocessor_thermal_mbox.c97 static const char * const workload_types[] = { variable
115 while (workload_types[i] != NULL) in workload_available_types_show()
116 ret += sprintf(&buf[ret], "%s ", workload_types[i++]); in workload_available_types_show()
138 ret = match_string(workload_types, -1, str_preference); in workload_type_store()
170 if (cmd_resp > ARRAY_SIZE(workload_types) - 1) in workload_type_show()
173 return sprintf(buf, "%s\n", workload_types[cmd_resp]); in workload_type_show()

Completed in 3 milliseconds