Home
last modified time | relevance | path

Searched defs:thermal_trip (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h41 struct thermal_trip { struct
53 struct thermal_trip *trip; argument
/openbmc/linux/include/linux/
H A Dthermal.h63 struct thermal_trip { struct
66 enum thermal_trip_type type; argument
84 const struct thermal_trip *, enum thermal_trend *); argument
/openbmc/linux/drivers/thermal/
H A Dthermal_trip.c13 int (*cb)(struct thermal_trip *, void *), in for_each_thermal_trip()