Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dthermal.h239 void (*unbind_from_tz)(struct thermal_zone_device *tz); member
/Linux-v5.4/drivers/thermal/
Dpower_allocator.c651 .unbind_from_tz = power_allocator_unbind,
Dthermal_core.c108 if (tz->governor && tz->governor->unbind_from_tz) in thermal_set_governor()
109 tz->governor->unbind_from_tz(tz); in thermal_set_governor()