Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/
Dprobe.c2988 struct pci_bus *pci_create_root_bus(struct device *parent, int bus, in pci_create_root_bus() function
3015 EXPORT_SYMBOL_GPL(pci_create_root_bus);
3166 b = pci_create_root_bus(parent, bus, ops, sysdata, resources); in pci_scan_root_bus()
3195 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources); in pci_scan_bus()
/linux-4.19.296/drivers/pci/controller/
Dvmd.c716 vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start, in vmd_enable_domain()
Dpci-hyperv.c1582 hbus->pci_bus = pci_create_root_bus(&hbus->hdev->device, in create_root_hv_pci_bus()
/linux-4.19.296/drivers/parisc/
Ddino.c1042 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
Dlba_pci.c1627 pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start, in lba_driver_probe()
/linux-4.19.296/include/linux/
Dpci.h918 struct pci_bus *pci_create_root_bus(struct device *parent, int bus,