Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dintel_soc_dts_iosf.h41 enum thermal_trip_type trip_types[2]; member
Dintel_soc_dts_iosf.c181 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
210 dts->trip_types[trip]); in sys_set_trip_temp()
223 *type = dts->trip_types[trip]; in sys_get_trip_type()
Dof-thermal.c710 static const char * const trip_types[] = { variable
737 for (i = 0; i < ARRAY_SIZE(trip_types); i++) in thermal_of_get_trip_type()
738 if (!strcasecmp(t, trip_types[i])) { in thermal_of_get_trip_type()