table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| PCI_UNREGISTER_DRIVE(9) | Hardware Interfaces | PCI_UNREGISTER_DRIVE(9) |
NAME¶
pci_unregister_driver - unregister a pci driverSYNOPSIS¶
void
pci_unregister_driver(struct pci_driver * drv);
ARGUMENTS¶
drvthe driver structure to unregister
DESCRIPTION¶
Deletes the driver structure from the list of registered PCI drivers, gives it a chance to clean up by calling its remove function for each device it was responsible for, and marks those devices as driverless.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |