Home
last modified time | relevance | path

Searched refs:pci_create_slot (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/
H A Dslot.c259 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, in pci_create_slot() function
340 EXPORT_SYMBOL_GPL(pci_create_slot);
/linux/drivers/acpi/
H A Dpci_slot.c112 pci_slot = pci_create_slot(pci_bus, device, name, NULL); in register_slot()
/linux/arch/sparc/kernel/
H A Dpci.c923 pci_slot = pci_create_slot(pbus, slot_num[0], name, NULL); in pcie_bus_slot_names()
968 pci_slot = pci_create_slot(bus, i, sp, NULL); in pci_bus_slot_names()
/linux/drivers/pci/hotplug/
H A Dpci_hotplug_core.c404 pci_slot = pci_create_slot(bus, devnr, name, slot); in __pci_hp_initialize()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c2450 hpdev->pci_slot = pci_create_slot(hbus->bridge->bus, slot_nr, in hv_pci_assign_slots()