Searched refs:hotplug_slot_name (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dpci_hotplug.h68 static inline const char *hotplug_slot_name(const struct hotplug_slot *slot) function
/linux-master/drivers/pci/hotplug/
H A Dcpci_hotplug.h63 return hotplug_slot_name(&slot->hotplug_slot);
H A Dpci_hotplug_core.c383 if (strcmp(hotplug_slot_name(slot), name) == 0)
432 * been called, the driver may invoke hotplug_slot_name() to get the slot's
490 dbg("Added slot %s to the list\n", hotplug_slot_name(slot));
527 temp = get_slot_from_name(hotplug_slot_name(slot));
535 dbg("Removed slot %s from the list\n", hotplug_slot_name(slot));
545 * the driver may no longer invoke hotplug_slot_name() to get the slot's
H A Dacpiphp.h43 return hotplug_slot_name(&slot->hotplug_slot);
H A Dacpiphp_core.c159 hotplug_slot_name(hotplug_slot));
205 hotplug_slot_name(hotplug_slot));
H A Dpciehp.h199 return hotplug_slot_name(&ctrl->hotplug_slot);
H A Dshpchp.h174 return hotplug_slot_name(&slot->hotplug_slot);
H A Dcpqphp.h448 return hotplug_slot_name(&slot->hotplug_slot);

Completed in 228 milliseconds