1PCI_RELEASE_REGIONS(9) Hardware Interfaces PCI_RELEASE_REGIONS(9)
2
3
4
6 pci_release_regions - Release reserved PCI I/O and memory resources
7
9 void pci_release_regions(struct pci_dev * pdev);
10
12 pdev
13 PCI device whose resources were previously reserved by
14 pci_request_regions
15
17 Releases all PCI I/O and memory resources previously reserved by a
18 successful call to pci_request_regions. Call this function only after
19 all use of the PCI regions has ceased.
20
22Kernel Hackers Manual 2.6. June 2019 PCI_RELEASE_REGIONS(9)