1PCI_DESTROY_SLOT(9) Hardware Interfaces PCI_DESTROY_SLOT(9)
23
4
NAME
6pci_destroy_slot - decrement refcount for physical PCI slot
7
SYNOPSIS
9void pci_destroy_slot(struct pci_slot * slot);
10
ARGUMENTS
12slot
13struct pci_slot to decrement
14
DESCRIPTION
16struct pci_slot is refcounted, so destroying them is really easy; we
17just call kobject_put on its kobj and let our release methods do the
18rest.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 PCI_DESTROY_SLOT(9)