Searched refs:thermal_instances (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/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 | 95 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in estimate_sustainable_power() 399 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power() 439 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power() 478 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allocate_power() 580 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in allow_maximum_power() 621 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in check_power_actors()
|
| D | gov_step_wise.c | 140 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in thermal_zone_trip_update() 189 list_for_each_entry(instance, &tz->thermal_instances, tz_node) in step_wise_throttle()
|
| D | thermal_helpers.c | 54 list_for_each_entry(pos, &tz->thermal_instances, tz_node) { in get_thermal_instance() 201 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { in __thermal_cdev_update()
|
| D | thermal_core.c | 422 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_device_init() 698 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_bind_cooling_device() 704 list_add_tail(&dev->tz_node, &tz->thermal_instances); in thermal_zone_bind_cooling_device() 705 list_add_tail(&dev->cdev_node, &cdev->thermal_instances); in thermal_zone_bind_cooling_device() 749 list_for_each_entry_safe(pos, next, &tz->thermal_instances, tz_node) { in thermal_zone_unbind_cooling_device() 912 INIT_LIST_HEAD(&cdev->thermal_instances); in __thermal_cooling_device_register() 1218 INIT_LIST_HEAD(&tz->thermal_instances); in thermal_zone_device_register()
|
| /Linux-v5.15/include/linux/ |
| D | thermal.h | 102 struct list_head thermal_instances; member 171 struct list_head thermal_instances; member
|