Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_core.c366 if (!tz->governor || !tz->governor->update_tz) in thermal_governor_update_tz()
369 tz->governor->update_tz(tz, reason); in thermal_governor_update_tz()
992 bool update_tz = false; in __thermal_zone_cdev_bind() local
1014 update_tz = true; in __thermal_zone_cdev_bind()
1017 return update_tz; in __thermal_zone_cdev_bind()
H A Dgov_power_allocator.c799 .update_tz = power_allocator_update_tz,