Home
last modified time | relevance | path

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

/drivers/thermal/
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()
Dintel_soc_dts_iosf.h41 enum thermal_trip_type trip_types[2]; member
Dof-thermal.c639 static const char * const trip_types[] = { variable
666 for (i = 0; i < ARRAY_SIZE(trip_types); i++) in thermal_of_get_trip_type()
667 if (!strcasecmp(t, trip_types[i])) { in thermal_of_get_trip_type()