Home
last modified time | relevance | path

Searched refs:tz_node (Results 1 – 6 of 6) sorted by relevance

/drivers/thermal/
Dgov_bang_bang.c46 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in thermal_zone_trip_update()
117 list_for_each_entry(instance, &tz->thermal_instances, tz_node) in bang_bang_control()
Dfair_share.c96 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in fair_share_throttle()
104 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in fair_share_throttle()
Dpower_allocator.c99 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in estimate_sustainable_power()
348 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power()
388 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power()
426 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power()
527 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allow_maximum_power()
Dstep_wise.c157 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in thermal_zone_trip_update()
210 list_for_each_entry(instance, &tz->thermal_instances, tz_node) in step_wise_throttle()
Dthermal_core.h52 struct list_head tz_node; /* node in tz->thermal_instances */ member
Dthermal_core.c260 list_for_each_entry(pos, &tz->thermal_instances, tz_node) { in get_thermal_instance()
606 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_device_reset()
1404 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_bind_cooling_device()
1410 list_add_tail(&dev->tz_node, &tz->thermal_instances); in thermal_zone_bind_cooling_device()
1455 list_for_each_entry_safe(pos, next, &tz->thermal_instances, tz_node) { in thermal_zone_unbind_cooling_device()
1457 list_del(&pos->tz_node); in thermal_zone_unbind_cooling_device()