Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dvio.c202 static struct device_node *cdev_node; variable
367 dp = cdev_node; in vio_create_one()
369 dp = of_get_next_child(cdev_node, NULL); in vio_create_one()
374 dp = of_get_next_child(cdev_node, dp); in vio_create_one()
531 cdev_node = of_find_node_by_name(NULL, "channel-devices"); in vio_init()
533 if (!cdev_node) { in vio_init()
/Linux-v4.19/drivers/thermal/
Dthermal_core.h38 struct list_head cdev_node; /* node in cdev->thermal_instances */ member
Dthermal_helpers.c179 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { in thermal_cdev_update()
Dthermal_core.c760 list_add_tail(&dev->cdev_node, &cdev->thermal_instances); in thermal_zone_bind_cooling_device()
807 list_del(&pos->cdev_node); in thermal_zone_unbind_cooling_device()