Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dgov_user_space.c54 .bind_to_tz = user_space_bind,
H A Dthermal_core.c74 if (tz->governor && tz->governor->bind_to_tz) { in bind_previous_governor()
75 if (tz->governor->bind_to_tz(tz)) { in bind_previous_governor()
101 if (new_gov && new_gov->bind_to_tz) { in thermal_set_governor()
102 ret = new_gov->bind_to_tz(tz); in thermal_set_governor()
H A Dgov_power_allocator.c739 .bind_to_tz = power_allocator_bind,
/openbmc/linux/include/linux/
H A Dthermal.h206 int (*bind_to_tz)(struct thermal_zone_device *tz); member