Searched refs:SLOT_IS_GOING_AWAY (Results 1 – 2 of 2) sorted by relevance
386 slot->flags |= SLOT_IS_GOING_AWAY; in cleanup_bridge()773 else if (!(slot->flags & SLOT_IS_GOING_AWAY)) in hotplug_event()783 } else if (!(slot->flags & SLOT_IS_GOING_AWAY)) { in hotplug_event()957 if (slot->flags & SLOT_IS_GOING_AWAY) { in acpiphp_enable_slot()978 if (slot->flags & SLOT_IS_GOING_AWAY) in acpiphp_disable_and_eject_slot()
174 #define SLOT_IS_GOING_AWAY (0x00000002) macro