Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dremove.c57 if (bus->ops->remove_bus) in pci_remove_bus()
58 bus->ops->remove_bus(bus); in pci_remove_bus()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h753 void (*remove_bus)(struct pci_bus *bus); member