Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/
Dslot.c106 slot->number, pci_slot_name(slot)); in pci_slot_release()
180 if (strcmp(pci_slot_name(slot), name) == 0) in rename_slot()
308 slot_nr, pci_slot_name(slot)); in pci_create_slot()
/linux-2.6.39/include/linux/
Dpci_hotplug.h125 return pci_slot_name(slot->pci_slot); in hotplug_slot_name()
Dpci.h69 static inline const char *pci_slot_name(const struct pci_slot *slot) in pci_slot_name() function