Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_core.c78 if (tz->governor && tz->governor->bind_to_tz) { in bind_previous_governor()
79 if (tz->governor->bind_to_tz(tz)) { in bind_previous_governor()
105 if (new_gov && new_gov->bind_to_tz) { in thermal_set_governor()
106 ret = new_gov->bind_to_tz(tz); in thermal_set_governor()
Dgov_power_allocator.c643 .bind_to_tz = power_allocator_bind,
/kernel/linux/linux-5.10/include/linux/
Dthermal.h198 int (*bind_to_tz)(struct thermal_zone_device *tz); member