pci_disable_device
Name
pci_disable_device -- Disable PCI device after use
Synopsis
void pci_disable_device
(struct pci_dev * dev);
Arguments
dev
PCI device to be disabled
Description
Signal to the system that the PCI device is not in use by the system
anymore. This only involves disabling PCI bus-mastering, if active.