Home
last modified time | relevance | path

Searched refs:SLOT_IS_GOING_AWAY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dacpiphp_glue.c353 slot->flags |= SLOT_IS_GOING_AWAY; in cleanup_bridge()
805 else if (!(slot->flags & SLOT_IS_GOING_AWAY)) in hotplug_event()
815 } else if (!(slot->flags & SLOT_IS_GOING_AWAY)) { in hotplug_event()
987 if (slot->flags & SLOT_IS_GOING_AWAY) { in acpiphp_enable_slot()
1008 if (slot->flags & SLOT_IS_GOING_AWAY) in acpiphp_disable_and_eject_slot()
H A Dacpiphp.h163 #define SLOT_IS_GOING_AWAY (0x00000002) macro