Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_trip.c58 void thermal_zone_set_trips(struct thermal_zone_device *tz, int low, int high) in thermal_zone_set_trips() function
Dthermal_core.h260 void thermal_zone_set_trips(struct thermal_zone_device *tz, int low, int high);
Dthermal_core.c588 thermal_zone_set_trips(tz, low, high); in __thermal_zone_device_update()