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

NAME

6       pci_destroy_slot - decrement refcount for physical PCI slot
7

SYNOPSIS

9       void pci_destroy_slot(struct pci_slot * slot);
10

ARGUMENTS

12       slot
13           struct pci_slot to decrement
14

DESCRIPTION

16       struct pci_slot is refcounted, so destroying them is really easy; we
17       just call kobject_put on its kobj and let our release methods do the
18       rest.
19
21Kernel Hackers Manual 3.10         June 2019               PCI_DESTROY_SLOT(9)
Impressum