Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dpci_hotplug_core.c383 if (strcmp(hotplug_slot_name(slot), name) == 0) in get_slot_from_name()
490 dbg("Added slot %s to the list\n", hotplug_slot_name(slot)); in pci_hp_add()
527 temp = get_slot_from_name(hotplug_slot_name(slot)); in pci_hp_del()
535 dbg("Removed slot %s from the list\n", hotplug_slot_name(slot)); in pci_hp_del()
H A Dacpiphp_core.c161 hotplug_slot_name(hotplug_slot)); in set_attention_status()
207 hotplug_slot_name(hotplug_slot)); in get_attention_status()
H A Dcpci_hotplug.h63 return hotplug_slot_name(&slot->hotplug_slot); in slot_name()
H A Dacpiphp.h43 return hotplug_slot_name(&slot->hotplug_slot); in slot_name()
H A Dpciehp.h194 return hotplug_slot_name(&ctrl->hotplug_slot); in slot_name()
H A Dshpchp.h174 return hotplug_slot_name(&slot->hotplug_slot); in slot_name()
H A Dcpqphp.h448 return hotplug_slot_name(&slot->hotplug_slot); in slot_name()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci_hotplug.h66 static inline const char *hotplug_slot_name(const struct hotplug_slot *slot) in hotplug_slot_name() function