Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/thermal/include/
Dthermal.h41 struct thermal_trip { struct
53 struct thermal_trip *trip; argument
/linux-6.6.21/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-6.6.21/drivers/thermal/
Dthermal_trip.c13 int (*cb)(struct thermal_trip *, void *), in for_each_thermal_trip()