Home
last modified time | relevance | path

Searched refs:pci_create_root_bus (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c2976 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 Dvmd.c690 vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start, in vmd_enable_domain()
H A Dpci-hyperv.c1934 hbus->pci_bus = pci_create_root_bus(&hbus->hdev->device, in create_root_hv_pci_bus()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_root.c909 bus = pci_create_root_bus(NULL, busnum, ops->pci_ops, in acpi_pci_root_create()
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Ddino.c1037 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
H A Dlba_pci.c1628 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 Dpci.c709 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 Dpci-common.c1586 bus = pci_create_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1047 struct pci_bus *pci_create_root_bus(struct device *parent, int bus,