Searched refs:thermal_notify_tz_trip_down (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_netlink.h | 14 int thermal_notify_tz_trip_down(int tz_id, int id); 52 static inline int thermal_notify_tz_trip_down(int tz_id, int id) in thermal_notify_tz_trip_down() function
|
H A D | thermal_netlink.c | 288 int thermal_notify_tz_trip_down(int tz_id, int trip_id) in thermal_notify_tz_trip_down() function
|
H A D | thermal_core.c | 436 thermal_notify_tz_trip_down(tz->id, trip); in handle_thermal_trip()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_netlink.h | 21 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 D | thermal_netlink.c | 333 int thermal_notify_tz_trip_down(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_down() function
|
H A D | thermal_core.c | 364 thermal_notify_tz_trip_down(tz->id, trip_id, in handle_thermal_trip()
|
Completed in 7 milliseconds