Home
last modified time | relevance | path

Searched refs:thermal_instances (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/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.c97 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in fair_share_throttle()
105 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()
209 list_for_each_entry(instance, &tz->thermal_instances, tz_node) in step_wise_throttle()
Dthermal_helpers.c53 list_for_each_entry(pos, &tz->thermal_instances, tz_node) { in get_thermal_instance()
179 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { in thermal_cdev_update()
Dthermal_core.c460 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_device_reset()
753 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_bind_cooling_device()
759 list_add_tail(&dev->tz_node, &tz->thermal_instances); in thermal_zone_bind_cooling_device()
760 list_add_tail(&dev->cdev_node, &cdev->thermal_instances); in thermal_zone_bind_cooling_device()
804 list_for_each_entry_safe(pos, next, &tz->thermal_instances, tz_node) { in thermal_zone_unbind_cooling_device()
967 INIT_LIST_HEAD(&cdev->thermal_instances); in __thermal_cooling_device_register()
1206 INIT_LIST_HEAD(&tz->thermal_instances); in thermal_zone_device_register()
/Linux-v4.19/include/linux/
Dthermal.h140 struct list_head thermal_instances; member
216 struct list_head thermal_instances; member