Searched refs:pci_create_root_bus (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | probe.c | 2976 struct pci_bus *pci_create_root_bus(struct device *parent, int bus, in pci_create_root_bus() function 3003 EXPORT_SYMBOL_GPL(pci_create_root_bus); 3153 b = pci_create_root_bus(parent, bus, ops, sysdata, resources); in pci_scan_root_bus() 3182 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources); in pci_scan_bus()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | vmd.c | 690 vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start, in vmd_enable_domain()
|
| H A D | pci-hyperv.c | 1934 hbus->pci_bus = pci_create_root_bus(&hbus->hdev->device, in create_root_hv_pci_bus()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | pci_root.c | 909 bus = pci_create_root_bus(NULL, busnum, ops->pci_ops, in acpi_pci_root_create()
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | dino.c | 1037 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
|
| H A D | lba_pci.c | 1628 pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start, in lba_driver_probe()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | pci.c | 709 bus = pci_create_root_bus(parent, pbm->pci_first_busno, pbm->pci_ops, in pci_scan_one_pbm()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | pci-common.c | 1586 bus = pci_create_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pci.h | 1047 struct pci_bus *pci_create_root_bus(struct device *parent, int bus,
|