Home
last modified time | relevance | path

Searched refs:thermal_notify_tz_trip_down (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dthermal_netlink.h21 int thermal_notify_tz_trip_down(int tz_id, int id, int temp);
61 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp) in thermal_notify_tz_trip_down() function
H A Dthermal_netlink.c333 int thermal_notify_tz_trip_down(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_down() function
H A Dthermal_core.c364 thermal_notify_tz_trip_down(tz->id, trip_id, in handle_thermal_trip()