Searched refs:tz_node (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/thermal/ |
D | gov_bang_bang.c | 41 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in thermal_zone_trip_update() 110 list_for_each_entry(instance, &tz->thermal_instances, tz_node) in bang_bang_control()
|
D | step_wise.c | 156 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in thermal_zone_trip_update() 207 list_for_each_entry(instance, &tz->thermal_instances, tz_node) in step_wise_throttle()
|
D | thermal_core.h | 50 struct list_head tz_node; /* node in tz->thermal_instances */ member
|
D | thermal_core.c | 201 list_for_each_entry(pos, &tz->thermal_instances, tz_node) { in get_thermal_instance() 495 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_device_reset() 1035 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_bind_cooling_device() 1041 list_add_tail(&dev->tz_node, &tz->thermal_instances); in thermal_zone_bind_cooling_device() 1084 list_for_each_entry_safe(pos, next, &tz->thermal_instances, tz_node) { in thermal_zone_unbind_cooling_device() 1086 list_del(&pos->tz_node); in thermal_zone_unbind_cooling_device()
|