Searched refs:pci_slot (Results 1 – 1 of 1) sorted by relevance
1045 struct pci_slot *pci_slot; in pcie_bus_slot_names() local1056 pci_slot = pci_create_slot(pbus, slot_num[0], name, NULL); in pcie_bus_slot_names()1058 if (IS_ERR(pci_slot)) in pcie_bus_slot_names()1060 PTR_ERR(pci_slot)); in pcie_bus_slot_names()1090 struct pci_slot *pci_slot; in pci_bus_slot_names() local1101 pci_slot = pci_create_slot(bus, i, sp, NULL); in pci_bus_slot_names()1102 if (IS_ERR(pci_slot)) in pci_bus_slot_names()1104 PTR_ERR(pci_slot)); in pci_bus_slot_names()