Home
last modified time | relevance | path

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

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