Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/intel/
Dintel_soc_dts_iosf.h30 enum thermal_trip_type trip_types[2]; member
Dintel_soc_dts_iosf.c176 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
205 dts->trip_types[trip]); in sys_set_trip_temp()
218 *type = dts->trip_types[trip]; in sys_get_trip_type()
/linux-6.1.9/drivers/thermal/
Dthermal_of.c168 static const char * const trip_types[] = { variable
195 for (i = 0; i < ARRAY_SIZE(trip_types); i++) in thermal_of_get_trip_type()
196 if (!strcasecmp(t, trip_types[i])) { in thermal_of_get_trip_type()