1PCI_DEV_PUT(9) Hardware Interfaces PCI_DEV_PUT(9)
23
4
NAME
6pci_dev_put - release a use of the pci device structure
7
SYNOPSIS
9void pci_dev_put(struct pci_dev * dev);
10
ARGUMENTS
12dev
13device that´s been disconnected
14
DESCRIPTION
16Must be called when a user of a device is finished with it. When the
17last user of the device calls this function, the memory of the device
18is freed.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 PCI_DEV_PUT(9)