Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_wt_req.c13 static const char * const workload_types[] = { variable
30 while (workload_types[i] != NULL) in workload_available_types_show()
31 ret += sprintf(&buf[ret], "%s ", workload_types[i++]); in workload_available_types_show()
53 ret = match_string(workload_types, -1, str_preference); in workload_type_store()
85 if (cmd_resp > ARRAY_SIZE(workload_types) - 1) in workload_type_show()
88 return sprintf(buf, "%s\n", workload_types[cmd_resp]); in workload_type_show()
/linux-6.12.1/tools/testing/selftests/thermal/intel/workload_hint/
Dworkload_hint_test.c17 static const char * const workload_types[] = { variable
152 printf("workload type:%s\n", workload_types[index]); in main()