Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dgov_bang_bang.c127 .update_tz = bang_bang_update_tz,
H A Dthermal_core.c368 if (!tz->governor || !tz->governor->update_tz) in thermal_governor_update_tz()
371 tz->governor->update_tz(tz, reason); in thermal_governor_update_tz()
994 bool update_tz = false; in __thermal_zone_cdev_bind() local
1016 update_tz = true; in __thermal_zone_cdev_bind()
1019 return update_tz; in __thermal_zone_cdev_bind()
H A Dthermal_core.h61 void (*update_tz)(struct thermal_zone_device *tz, member
H A Dgov_power_allocator.c798 .update_tz = power_allocator_update_tz,