Searched refs:tz_node (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
D | gov_bang_bang.c | 36 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in thermal_zone_trip_update() 107 list_for_each_entry(instance, &tz->thermal_instances, tz_node) in bang_bang_control()
|
D | gov_fair_share.c | 87 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in fair_share_throttle() 95 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in fair_share_throttle()
|
D | gov_power_allocator.c | 92 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in estimate_sustainable_power() 341 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power() 381 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power() 419 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power() 520 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allow_maximum_power()
|
D | gov_step_wise.c | 145 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in thermal_zone_trip_update() 197 list_for_each_entry(instance, &tz->thermal_instances, tz_node) in step_wise_throttle()
|
D | thermal_core.h | 114 struct list_head tz_node; /* node in tz->thermal_instances */ member
|
D | thermal_core.c | 479 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_device_init() 903 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_bind_cooling_device() 909 list_add_tail(&dev->tz_node, &tz->thermal_instances); in thermal_zone_bind_cooling_device() 954 list_for_each_entry_safe(pos, next, &tz->thermal_instances, tz_node) { in thermal_zone_unbind_cooling_device() 956 list_del(&pos->tz_node); in thermal_zone_unbind_cooling_device()
|
D | thermal_helpers.c | 54 list_for_each_entry(pos, &tz->thermal_instances, tz_node) { in get_thermal_instance()
|