Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Dslot.c73 slot->number, pci_slot_name(slot)); in pci_slot_release()
150 if (strcmp(pci_slot_name(slot), name) == 0) in rename_slot()
293 slot_nr, pci_slot_name(slot)); in pci_create_slot()
/Linux-v6.6/include/linux/
Dpci_hotplug.h70 return pci_slot_name(slot->pci_slot); in hotplug_slot_name()
Dpci.h84 static inline const char *pci_slot_name(const struct pci_slot *slot) in pci_slot_name() function
/Linux-v6.6/drivers/net/hyperv/
Dnetvsc_drv.c2295 if (kstrtou32(pci_slot_name(pdev->slot), 10, &serial)) { in get_netvsc_byslot()
2297 pci_slot_name(pdev->slot)); in get_netvsc_byslot()