Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_core.c771 bool upper_no_limit; in thermal_bind_cdev_to_trip() local
780 upper_no_limit = true; in thermal_bind_cdev_to_trip()
782 upper_no_limit = false; in thermal_bind_cdev_to_trip()
795 dev->upper_no_limit = upper_no_limit; in thermal_bind_cdev_to_trip()
1231 if (ti->upper_no_limit) in thermal_cooling_device_update()
Dthermal_core.h232 bool upper_no_limit; member