Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci_bus.c204 bus = pci_create_root_bus(NULL, ZPCI_BUS_NR, ops, zbus, &zbus->resources); in zpci_bus_create_pci_bus()
/linux/drivers/pci/
H A Dprobe.c3193 struct pci_bus *pci_create_root_bus(struct device *parent, int bus, in pci_create_root_bus() function
3220 EXPORT_SYMBOL_GPL(pci_create_root_bus);
3383 b = pci_create_root_bus(parent, bus, ops, sysdata, resources); in pci_scan_root_bus()
3412 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources); in pci_scan_bus()
/linux/drivers/parisc/
H A Ddino.c1035 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
H A Dlba_pci.c1625 pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start, in lba_driver_probe()
/linux/drivers/acpi/
H A Dpci_root.c1025 bus = pci_create_root_bus(NULL, busnum, ops->pci_ops, in acpi_pci_root_create()
/linux/drivers/pci/controller/
H A Dvmd.c900 vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start, in vmd_enable_domain()
/linux/include/linux/
H A Dpci.h1173 struct pci_bus *pci_create_root_bus(struct device *parent, int bus,