Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/ !
H A Dprocessor_thermal_wt_req.c14 static const char * const workload_types[] = { variable
31 while (workload_types[i] != NULL) in workload_available_types_show()
32 ret += sysfs_emit_at(buf, ret, "%s ", workload_types[i++]); in workload_available_types_show()
54 ret = match_string(workload_types, -1, str_preference); in workload_type_store()
86 if (cmd_resp > ARRAY_SIZE(workload_types) - 1) in workload_type_show()
89 return sysfs_emit(buf, "%s\n", workload_types[cmd_resp]); in workload_type_show()
/linux/tools/testing/selftests/thermal/intel/workload_hint/ !
H A Dworkload_hint_test.c18 static const char * const workload_types[] = { variable
182 printf("workload type:%s\n", workload_types[index]); in main()