Searched refs:SLOT_ENABLED (Results 1 – 2 of 2) sorted by relevance
334 slot->flags |= SLOT_ENABLED; in acpiphp_add_context() 535 slot->flags |= SLOT_ENABLED; in enable_slot() 540 /* Do not set SLOT_ENABLED flag if some funcs in enable_slot() 542 slot->flags &= ~SLOT_ENABLED; in enable_slot() 572 slot->flags &= ~SLOT_ENABLED; in disable_slot() 993 if (!(slot->flags & SLOT_ENABLED)) in acpiphp_enable_slot() 1049 return (slot->flags & SLOT_ENABLED); in acpiphp_get_power_status()
162 #define SLOT_ENABLED (0x00000001) macro