Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_core.c832 bool upper_no_limit; in thermal_bind_cdev_to_trip() local
841 upper_no_limit = true; in thermal_bind_cdev_to_trip()
843 upper_no_limit = false; in thermal_bind_cdev_to_trip()
856 dev->upper_no_limit = upper_no_limit; in thermal_bind_cdev_to_trip()
1295 if (ti->upper_no_limit) in thermal_cooling_device_update()
H A Dthermal_core.h252 bool upper_no_limit; member