Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dpci_hotplug_core.c384 if (strcmp(hotplug_slot_name(slot), name) == 0) in get_slot_from_name()
491 dbg("Added slot %s to the list\n", hotplug_slot_name(slot)); in pci_hp_add()
528 temp = get_slot_from_name(hotplug_slot_name(slot)); in pci_hp_del()
536 dbg("Removed slot %s from the list\n", hotplug_slot_name(slot)); in pci_hp_del()
Dacpiphp_core.c161 hotplug_slot_name(hotplug_slot)); in set_attention_status()
207 hotplug_slot_name(hotplug_slot)); in get_attention_status()
Dcpci_hotplug.h61 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
Dcpci_hotplug_pci.c198 hotplug_slot_name(slot->hotplug_slot)); in cpci_led_on()
227 hotplug_slot_name(slot->hotplug_slot)); in cpci_led_off()
Dacpiphp.h44 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
Dpciehp.h217 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
Dshpchp.h172 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
Dcpqphp.h448 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
/linux-4.19.296/include/linux/
Dpci_hotplug.h96 static inline const char *hotplug_slot_name(const struct hotplug_slot *slot) in hotplug_slot_name() function