Searched refs:SLOT_POWEREDON (Results 1 – 2 of 2) sorted by relevance
307 slot->flags |= (SLOT_ENABLED | SLOT_POWEREDON); in register_slot()501 if (slot->flags & SLOT_POWEREDON) in power_on_slot()519 slot->flags |= SLOT_POWEREDON; in power_on_slot()534 if ((slot->flags & SLOT_POWEREDON) == 0) in power_off_slot()551 slot->flags &= (~SLOT_POWEREDON); in power_off_slot()1291 return (slot->flags & SLOT_POWEREDON); in acpiphp_get_power_status()
156 #define SLOT_POWEREDON (0x00000001) macro