table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PCI_RELEASE_REGION(9) | Hardware Interfaces | PCI_RELEASE_REGION(9) |
NAME¶
pci_release_region - Release a PCI barSYNOPSIS¶
void
pci_release_region(struct pci_dev * pdev,
int bar);
ARGUMENTS¶
pdevPCI device whose resources were previously
reserved by pci_request_region
bar
BAR to release
DESCRIPTION¶
Releases the PCI I/O and memory resources previously reserved by a successful call to pci_request_region. Call this function only after all use of the PCI regions has ceased.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |