Searched refs:knode_bus (Results 1 – 2 of 2) sorted by relevance
381 (start ? &start->p->knode_bus : NULL)); in bus_for_each_dev()417 (start ? &start->p->knode_bus : NULL)); in bus_find_device()442 (start ? &start->p->knode_bus : NULL)); in bus_find_device_reverse()461 drv_priv = container_of(n, struct driver_private, knode_bus); in next_driver()498 start ? &start->p->knode_bus : NULL); in bus_for_each_drv()584 klist_add_tail(&dev->p->knode_bus, &sp->klist_devices); in bus_add_device()652 if (klist_node_attached(&dev->p->knode_bus)) in bus_remove_device()653 klist_del(&dev->p->knode_bus); in bus_remove_device()754 klist_add_tail(&priv->knode_bus, &sp->klist_drivers); in bus_add_driver()793 klist_del(&priv->knode_bus); in bus_add_driver()[all …]
82 struct klist_node knode_bus; member126 struct klist_node knode_bus; member142 container_of(obj, struct device_private, knode_bus)