1PCI_DISABLE_DEVICE(9)         Hardware Interfaces        PCI_DISABLE_DEVICE(9)
2
3
4

NAME

6       pci_disable_device - Disable PCI device after use
7

SYNOPSIS

9       void pci_disable_device(struct pci_dev * dev);
10

ARGUMENTS

12       dev
13           PCI device to be disabled
14

DESCRIPTION

16       Signal to the system that the PCI device is not in use by the system
17       anymore. This only involves disabling PCI bus-mastering, if active.
18
19       Note we don't actually disable the device until all callers of
20       pci_enable_device have called pci_disable_device.
21
23Kernel Hackers Manual 3.10         June 2019             PCI_DISABLE_DEVICE(9)
Impressum