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

/linux-master/include/linux/
H A Dpci_hotplug.h70 return pci_slot_name(slot->pci_slot);
H A Dpci.h84 static inline const char *pci_slot_name(const struct pci_slot *slot) function
/linux-master/drivers/pci/
H A Dslot.c73 slot->number, pci_slot_name(slot));
150 if (strcmp(pci_slot_name(slot), name) == 0)
293 slot_nr, pci_slot_name(slot));
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c2302 if (kstrtou32(pci_slot_name(pdev->slot), 10, &serial)) {
2304 pci_slot_name(pdev->slot));

Completed in 181 milliseconds