table of contents
PCI_PROBE_RESET_SLOT(9) | Hardware Interfaces | PCI_PROBE_RESET_SLOT(9) |
NAME¶
pci_probe_reset_slot - probe whether a PCI slot can be reset
SYNOPSIS¶
int pci_probe_reset_slot(struct pci_slot * slot);
ARGUMENTS¶
slot
PCI slot to probe
DESCRIPTION¶
Return 0 if slot can be reset, negative if a slot reset is not supported.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |