Home
last modified time | relevance | path

Searched refs:thermal_instances (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h96 struct mutex lock; /* protect thermal_instances list */
97 struct list_head thermal_instances; member
136 * @thermal_instances: list of &struct thermal_instance of this thermal zone
139 * @lock: lock to protect thermal_instances list
170 struct list_head thermal_instances; member
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c483 list_for_each_entry(pos, &tz->thermal_instances, tz_node) pos->initialized = false; in thermal_zone_device_init()
921 list_for_each_entry(pos, &tz->thermal_instances, in thermal_zone_bind_cooling_device()
927 list_add_tail(&dev->tz_node, &tz->thermal_instances); in thermal_zone_bind_cooling_device()
928 list_add_tail(&dev->cdev_node, &cdev->thermal_instances); in thermal_zone_bind_cooling_device()
971 list_for_each_entry_safe(pos, next, &tz->thermal_instances, tz_node) in thermal_zone_unbind_cooling_device()
1132 INIT_LIST_HEAD(&cdev->thermal_instances); in __thermal_cooling_device_register()
1437 INIT_LIST_HEAD(&tz->thermal_instances); in thermal_zone_device_register()

Completed in 4 milliseconds