Home
last modified time | relevance | path

Searched refs:thermal_debug_update_trip_stats (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_debugfs.h15 void thermal_debug_update_trip_stats(struct thermal_zone_device *tz);
29 static inline void thermal_debug_update_trip_stats(struct thermal_zone_device *tz) {} in thermal_debug_update_trip_stats() function
H A Dthermal_core.c653 thermal_debug_update_trip_stats(tz); in __thermal_zone_device_update()