1PCI_SCAN_CHILD_BUS(9) Hardware Interfaces PCI_SCAN_CHILD_BUS(9)
23
4
NAME
6pci_scan_child_bus - Scan devices below a bus
7
SYNOPSIS
9unsigned int pci_scan_child_bus(struct pci_bus * bus);
10
ARGUMENTS
12bus
13Bus to scan for devices
14
DESCRIPTION
16Scans devices below bus including subordinate buses. Returns new
17subordinate number including all the found devices.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 PCI_SCAN_CHILD_BUS(9)