Home
last modified time | relevance | path

Searched refs:cdev_node (Results 1 – 2 of 2) sorted by relevance

/drivers/thermal/
Dthermal_core.h53 struct list_head cdev_node; /* node in cdev->thermal_instances */ member
Dthermal_core.c1411 list_add_tail(&dev->cdev_node, &cdev->thermal_instances); in thermal_zone_bind_cooling_device()
1458 list_del(&pos->cdev_node); in thermal_zone_unbind_cooling_device()
1695 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { in thermal_cdev_update()