1PCI_REMOVE_BEHIND_BR(9) Hardware Interfaces PCI_REMOVE_BEHIND_BR(9)
23
4
NAME
6pci_remove_behind_bridge - remove all devices behind a PCI bridge
7
SYNOPSIS
9void pci_remove_behind_bridge(struct pci_dev * dev);
10
ARGUMENTS
12dev
13PCI bridge device
14
DESCRIPTION
16Remove all devices on the bus, except for the parent bridge. This also
17removes any child buses, and any devices they may contain in a
18depth-first manner.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 PCI_REMOVE_BEHIND_BR(9)