pci_reset_bus(9) reset a PCI bus

SYNOPSIS

int pci_reset_bus(struct pci_bus * bus);

ARGUMENTS

bus

top level PCI bus to reset

DESCRIPTION

Do a bus reset on the given bus and any subordinate buses, saving and restoring state of all devices.

Return 0 on success, non-zero on error.

COPYRIGHT