Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/
Dslot.c73 slot->number, pci_slot_name(slot)); in pci_slot_release()
149 if (strcmp(pci_slot_name(slot), name) == 0) in rename_slot()
292 slot_nr, pci_slot_name(slot)); in pci_create_slot()
/kernel/linux/linux-5.10/include/linux/
Dpci_hotplug.h68 return pci_slot_name(slot->pci_slot); in hotplug_slot_name()
Dpci.h77 static inline const char *pci_slot_name(const struct pci_slot *slot) in pci_slot_name() function
/kernel/linux/linux-5.10/drivers/net/hyperv/
Dnetvsc_drv.c2306 if (kstrtou32(pci_slot_name(pdev->slot), 10, &serial)) { in get_netvsc_byslot()
2308 pci_slot_name(pdev->slot)); in get_netvsc_byslot()