Home
last modified time | relevance | path

Searched refs:thermal_trip_type (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_trace.h73 enum thermal_trip_type trip_type),
81 __field(enum thermal_trip_type, trip_type)
H A Dthermal_trip.c19 const char *thermal_trip_type_name(enum thermal_trip_type trip_type) in thermal_trip_type_name()
H A Dthermal_core.h279 const char *thermal_trip_type_name(enum thermal_trip_type trip_type);
H A Dthermal_of.c45 enum thermal_trip_type *type) in thermal_of_get_trip_type()
/linux/include/uapi/linux/
H A Dthermal.h14 enum thermal_trip_type { enum
/linux/include/linux/
H A Dthermal.h75 enum thermal_trip_type type;
/linux/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c297 static void set_trip(struct thermal_trip *trip, enum thermal_trip_type type, in set_trip()