Home
last modified time | relevance | path

Searched refs:hotplug_slot_name (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
Dacpiphp_core.c175 hotplug_slot_name(hotplug_slot)); in set_attention_status()
221 hotplug_slot_name(hotplug_slot)); in get_attention_status()
Dcpci_hotplug_pci.c212 hotplug_slot_name(slot->hotplug_slot)); in cpci_led_on()
241 hotplug_slot_name(slot->hotplug_slot)); in cpci_led_off()
Dpci_hotplug_core.c403 if (strcmp(hotplug_slot_name(slot), name) == 0) in get_slot_from_name()
486 temp = get_slot_from_name(hotplug_slot_name(slot)); in pci_hp_deregister()
496 dbg("Removed slot %s from the list\n", hotplug_slot_name(slot)); in pci_hp_deregister()
Dcpci_hotplug.h75 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
Dacpiphp.h58 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
Dpciehp.h157 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
Dshpchp.h187 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
Dcpqphp.h462 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
/linux-4.4.14/include/linux/
Dpci_hotplug.h113 static inline const char *hotplug_slot_name(const struct hotplug_slot *slot) in hotplug_slot_name() function