table of contents
other versions
PCI_PROBE_RESET_BUS(9) | Hardware Interfaces | PCI_PROBE_RESET_BUS(9) |
NAME¶
pci_probe_reset_bus - probe whether a PCI bus can be reset
SYNOPSIS¶
int pci_probe_reset_bus(struct pci_bus * bus);
ARGUMENTS¶
struct pci_bus * bus
PCI bus to probe
DESCRIPTION¶
Return 0 if bus can be reset, negative if a bus reset is not supported.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |