1. NAME▲
pci_disable_device - Disable PCI device after use
2. SYNOPSIS ▲
void pci_disable_device(struct pci_dev * dev );
3. ARGUMENTS ▲
dev
PCI device to be disabled
4. 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.
Note we donAqt actually disable the device until all callers of pci_enable_device have called pci_disable_device.
5. COPYRIGHT ▲