1PCI_PROBE_RESET_SLOT(9) Hardware Interfaces PCI_PROBE_RESET_SLOT(9)
23
4
NAME
6pci_probe_reset_slot - probe whether a PCI slot can be reset
7
SYNOPSIS
9int pci_probe_reset_slot(struct pci_slot * slot);
10
ARGUMENTS
12slot
13PCI slot to probe
14
DESCRIPTION
16Return 0 if slot can be reset, negative if a slot reset is not
17supported.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 PCI_PROBE_RESET_SLOT(9)