Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_thresholds.h13 void thermal_thresholds_handle(struct thermal_zone_device *tz, int *low, int *high);
H A Dthermal_thresholds.c128 void thermal_thresholds_handle(struct thermal_zone_device *tz, int *low, int *high) in thermal_thresholds_handle() function
H A Dthermal_core.c648 thermal_thresholds_handle(tz, &low, &high); in __thermal_zone_device_update()