Searched refs:cdev_node (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | vio.c | 202 static struct device_node *cdev_node; variable 367 dp = cdev_node; in vio_create_one() 369 for_each_child_of_node(cdev_node, dp) { in vio_create_one() 528 cdev_node = of_find_node_by_name(NULL, "channel-devices"); in vio_init() 530 if (!cdev_node) { in vio_init()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | vio.c | 200 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()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_core.h | 115 struct list_head cdev_node; /* node in cdev->thermal_instances */ member
|
H A D | thermal_helpers.c | 201 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { in thermal_cdev_update()
|
H A D | thermal_core.c | 912 list_add_tail(&dev->cdev_node, &cdev->thermal_instances); in thermal_zone_bind_cooling_device() 959 list_del(&pos->cdev_node); in thermal_zone_unbind_cooling_device()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_core.h | 100 struct list_head cdev_node; /* node in cdev->thermal_instances */ member
|
H A D | thermal_helpers.c | 171 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { in __thermal_cdev_update()
|
H A D | thermal_core.c | 723 list_add_tail(&dev->cdev_node, &cdev->thermal_instances); in thermal_zone_bind_cooling_device() 772 list_del(&pos->cdev_node); in thermal_zone_unbind_cooling_device() 1083 list_for_each_entry(ti, &cdev->thermal_instances, cdev_node) { in thermal_cooling_device_update()
|
Completed in 10 milliseconds