Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/
Dgov_bang_bang.c36 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()
Dgov_fair_share.c87 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()
Dgov_power_allocator.c95 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()
Dgov_step_wise.c140 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()
Dthermal_helpers.c54 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()
Dthermal_core.c426 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_device_init()
702 list_for_each_entry(pos, &tz->thermal_instances, tz_node) in thermal_zone_bind_cooling_device()
708 list_add_tail(&dev->tz_node, &tz->thermal_instances); in thermal_zone_bind_cooling_device()
709 list_add_tail(&dev->cdev_node, &cdev->thermal_instances); in thermal_zone_bind_cooling_device()
753 list_for_each_entry_safe(pos, next, &tz->thermal_instances, tz_node) { in thermal_zone_unbind_cooling_device()
921 INIT_LIST_HEAD(&cdev->thermal_instances); in __thermal_cooling_device_register()
1228 INIT_LIST_HEAD(&tz->thermal_instances); in thermal_zone_device_register()
/linux-5.19.10/include/linux/
Dthermal.h102 struct list_head thermal_instances; member
171 struct list_head thermal_instances; member