Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dslot.c225 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, in pci_create_slot() function
302 EXPORT_SYMBOL_GPL(pci_create_slot);
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_slot.c112 pci_slot = pci_create_slot(pci_bus, device, name, NULL); in register_slot()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci.c1063 pci_slot = pci_create_slot(pbus, slot_num[0], name, NULL); in pcie_bus_slot_names()
1108 pci_slot = pci_create_slot(bus, i, sp, NULL); in pci_bus_slot_names()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dpci_hotplug_core.c457 pci_slot = pci_create_slot(bus, devnr, name, slot); in __pci_hp_initialize()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1060 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-hyperv.c1871 hpdev->pci_slot = pci_create_slot(hbus->pci_bus, slot_nr, in hv_pci_assign_slots()