1PCI_DEV_PUT(9)                Hardware Interfaces               PCI_DEV_PUT(9)
2
3
4

NAME

6       pci_dev_put - release a use of the pci device structure
7

SYNOPSIS

9       void pci_dev_put(struct pci_dev * dev);
10

ARGUMENTS

12       dev
13           device that's been disconnected
14

DESCRIPTION

16       Must be called when a user of a device is finished with it. When the
17       last user of the device calls this function, the memory of the device
18       is freed.
19
21Kernel Hackers Manual 3.10         June 2019                    PCI_DEV_PUT(9)
Impressum