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

/linux-master/include/linux/
H A Dthermal.h215 * @unbind_from_tz: callback called when a governor is unbound from a
226 void (*unbind_from_tz)(struct thermal_zone_device *tz); member in struct:thermal_governor
/linux-master/drivers/thermal/
H A Dgov_power_allocator.c778 .unbind_from_tz = power_allocator_unbind,
H A Dthermal_core.c98 if (tz->governor && tz->governor->unbind_from_tz)
99 tz->governor->unbind_from_tz(tz);

Completed in 202 milliseconds