Home
last modified time | relevance | path

Searched refs:pci_slot_name (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/pci/
Dslot.c109 slot->number, pci_slot_name(slot)); in pci_slot_release()
185 if (strcmp(pci_slot_name(slot), name) == 0) in rename_slot()
325 slot_nr, pci_slot_name(slot)); in pci_create_slot()
/Linux-v5.4/include/linux/
Dpci_hotplug.h68 return pci_slot_name(slot->pci_slot); in hotplug_slot_name()
Dpci.h70 static inline const char *pci_slot_name(const struct pci_slot *slot) in pci_slot_name() function
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc_drv.c2144 if (kstrtou32(pci_slot_name(pdev->slot), 10, &serial)) { in get_netvsc_byslot()
2146 pci_slot_name(pdev->slot)); in get_netvsc_byslot()