Searched refs:bind_to_tz (Results 1 – 4 of 4) sorted by relevance
56 .bind_to_tz = user_space_bind,
53 int (*bind_to_tz)(struct thermal_zone_device *tz); member
75 if (tz->governor && tz->governor->bind_to_tz) { in bind_previous_governor()76 if (tz->governor->bind_to_tz(tz)) { in bind_previous_governor()102 if (new_gov && new_gov->bind_to_tz) { in thermal_set_governor()103 ret = new_gov->bind_to_tz(tz); in thermal_set_governor()
771 .bind_to_tz = power_allocator_bind,