Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/kernel/
Dvio.c200 static struct device_node *cdev_node; variable
365 dp = cdev_node; in vio_create_one()
367 for_each_child_of_node(cdev_node, dp) { in vio_create_one()
526 cdev_node = of_find_node_by_name(NULL, "channel-devices"); in vio_init()
528 if (!cdev_node) { in vio_init()
/linux-6.12.1/drivers/thermal/
Dthermal_helpers.c183 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { in __thermal_cdev_update()
Dthermal_core.h230 struct list_head cdev_node; /* node in cdev->thermal_instances */ member
Dthermal_core.c840 list_add_tail(&dev->cdev_node, &cdev->thermal_instances); in thermal_bind_cdev_to_trip()
882 list_del(&pos->cdev_node); in thermal_unbind_cdev_from_trip()
1226 list_for_each_entry(ti, &cdev->thermal_instances, cdev_node) { in thermal_cooling_device_update()