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