Searched refs:thermal_instances (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | gov_power_allocator.c | 125 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in estimate_sustainable_power() 427 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in allocate_power() 464 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in allocate_power() 553 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in allow_maximum_power() 600 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in check_power_actors() 654 list_for_each_entry(instance, &td->thermal_instances, trip_node) in power_allocator_update_weight() 670 list_for_each_entry(instance, &td->thermal_instances, trip_node) in power_allocator_update_tz()
|
| H A D | gov_bang_bang.c | 76 list_for_each_entry(instance, &td->thermal_instances, trip_node) in bang_bang_trip_crossed() 103 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in bang_bang_manage()
|
| H A D | gov_fair_share.c | 71 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in fair_share_throttle() 76 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in fair_share_throttle()
|
| H A D | gov_step_wise.c | 97 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in thermal_zone_trip_update() 143 list_for_each_entry(instance, &td->thermal_instances, trip_node) in step_wise_manage()
|
| H A D | thermal_helpers.c | 49 list_for_each_entry(ti, &td->thermal_instances, trip_node) { in thermal_instance_present() 172 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { in __thermal_cdev_update()
|
| H A D | thermal_core.c | 799 list_for_each_entry(instance, &td->thermal_instances, trip_node) { in thermal_instance_add() 804 list_add_tail(&new_instance->trip_node, &td->thermal_instances); in thermal_instance_add() 808 list_add_tail(&new_instance->cdev_node, &cdev->thermal_instances); in thermal_instance_add() 939 list_for_each_entry_safe(pos, next, &td->thermal_instances, trip_node) { in thermal_unbind_cdev_from_trip() 1092 INIT_LIST_HEAD(&cdev->thermal_instances); in __thermal_cooling_device_register() 1290 list_for_each_entry(ti, &cdev->thermal_instances, cdev_node) { in thermal_cooling_device_update() 1414 list_for_each_entry(instance, &td->thermal_instances, trip_node) in thermal_zone_device_init() 1585 INIT_LIST_HEAD(&td->thermal_instances); in thermal_zone_device_register_with_trips()
|
| H A D | thermal_core.h | 35 struct list_head thermal_instances; member
|
| /linux/include/linux/ |
| H A D | thermal.h | 134 struct list_head thermal_instances; member
|