1ATA_PCI_REMOVE_ONE(9) libata Library ATA_PCI_REMOVE_ONE(9)
2
3
4
6 ata_pci_remove_one - PCI layer callback for device removal
7
9 void ata_pci_remove_one(struct pci_dev * pdev);
10
12 pdev
13 PCI device that was removed
14
16 PCI layer indicates to libata via this hook that hot-unplug or module
17 unload event has occurred. Detach all ports. Resource release is
18 handled via devres.
19
21 Inherited from PCI layer (may sleep).
22
24 Jeff Garzik
25 Author.
26
28Kernel Hackers Manual 3.10 June 2019 ATA_PCI_REMOVE_ONE(9)