Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/intel/
Dintel_soc_dts_iosf.h32 enum thermal_trip_type trip_types[2]; member
Dintel_soc_dts_iosf.c172 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
201 dts->trip_types[trip]); in sys_set_trip_temp()
214 *type = dts->trip_types[trip]; in sys_get_trip_type()
/Linux-v5.4/drivers/thermal/
Dof-thermal.c761 static const char * const trip_types[] = { variable
788 for (i = 0; i < ARRAY_SIZE(trip_types); i++) in thermal_of_get_trip_type()
789 if (!strcasecmp(t, trip_types[i])) { in thermal_of_get_trip_type()