1PCI_RESET_BUS(9) Hardware Interfaces PCI_RESET_BUS(9)
23
4
NAME
6pci_reset_bus - reset a PCI bus
7
SYNOPSIS
9int pci_reset_bus(struct pci_bus * bus);
10
ARGUMENTS
12bus
13top level PCI bus to reset
14
DESCRIPTION
16Do a bus reset on the given bus and any subordinate buses, saving and
17restoring state of all devices.
1819
Return 0 on success, non-zero on error.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 PCI_RESET_BUS(9)