Home
last modified time | relevance | path

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

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