Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.c92 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()
Dgov_step_wise.c145 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()
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.c479 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()
910 list_add_tail(&dev->cdev_node, &cdev->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()
1118 INIT_LIST_HEAD(&cdev->thermal_instances); in __thermal_cooling_device_register()
1426 INIT_LIST_HEAD(&tz->thermal_instances); in thermal_zone_device_register()
/kernel/linux/linux-5.10/include/linux/
Dthermal.h103 struct list_head thermal_instances; member
176 struct list_head thermal_instances; member