Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/
Dbase.h50 struct klist_node knode_bus; member
79 struct klist_node knode_bus; member
89 container_of(obj, struct device_private, knode_bus)
Dbus.c312 (start ? &start->p->knode_bus : NULL)); in bus_for_each_dev()
346 (start ? &start->p->knode_bus : NULL)); in bus_find_device()
399 klist_iter_init_node(&subsys->p->klist_devices, &i, &hint->p->knode_bus); in subsys_find_device_by_id()
426 drv_priv = container_of(n, struct driver_private, knode_bus); in next_driver()
462 start ? &start->p->knode_bus : NULL); in bus_for_each_drv()
496 klist_add_tail(&dev->p->knode_bus, &bus->p->klist_devices); in bus_add_device()
561 if (klist_node_attached(&dev->p->knode_bus)) in bus_remove_device()
562 klist_del(&dev->p->knode_bus); in bus_remove_device()
665 klist_add_tail(&priv->knode_bus, &bus->p->klist_drivers); in bus_add_driver()
728 klist_remove(&drv->p->knode_bus); in bus_remove_driver()
[all …]