Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Dslot.c108 slot->number, pci_slot_name(slot)); in pci_slot_release()
184 if (strcmp(pci_slot_name(slot), name) == 0) in rename_slot()
324 slot_nr, pci_slot_name(slot)); in pci_create_slot()
/linux-4.4.14/include/linux/
Dpci_hotplug.h115 return pci_slot_name(slot->pci_slot); in hotplug_slot_name()
Dpci.h62 static inline const char *pci_slot_name(const struct pci_slot *slot) in pci_slot_name() function