Searched refs:unbind_from_tz (Results 1 – 3 of 3) sorted by relevance
45 * @unbind_from_tz: callback called when a governor is unbound from a56 void (*unbind_from_tz)(struct thermal_zone_device *tz); member
797 .unbind_from_tz = power_allocator_unbind,
100 if (tz->governor && tz->governor->unbind_from_tz) in thermal_set_governor() 101 tz->governor->unbind_from_tz(tz); in thermal_set_governor()