Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dgov_power_allocator.c125 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 Dgov_bang_bang.c76 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 Dgov_fair_share.c71 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 Dgov_step_wise.c97 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 Dthermal_helpers.c49 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 Dthermal_core.c799 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 Dthermal_core.h35 struct list_head thermal_instances; member
/linux/include/linux/
H A Dthermal.h134 struct list_head thermal_instances; member