1PCI_STOP_BUS_DEVICE(9) Hardware Interfaces PCI_STOP_BUS_DEVICE(9)
23
4
NAME
6pci_stop_bus_device - stop a PCI device and any children
7
SYNOPSIS
9void pci_stop_bus_device(struct pci_dev * dev);
10
ARGUMENTS
12dev
13the device to stop
14
DESCRIPTION
16Stop a PCI device (detach the driver, remove from the global list and
17so on). This also stop any subordinate buses and children in a
18depth-first manner.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 PCI_STOP_BUS_DEVICE(9)