Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_FLAG_RW_HYST (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dthermal.h78 #define THERMAL_TRIP_FLAG_RW_HYST BIT(1) macro
81 THERMAL_TRIP_FLAG_RW_HYST)
/linux/drivers/thermal/
H A Dthermal_sysfs.c440 if (td->trip.flags & THERMAL_TRIP_FLAG_RW_HYST) { in create_trip_attrs()