Searched refs:SLOT_POWEREDON (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp.h174 #define SLOT_POWEREDON (0x00000001) macro
H A Dacpiphp_glue.c215 slot->flags |= (SLOT_ENABLED | SLOT_POWEREDON);
607 if (slot->flags & SLOT_POWEREDON)
625 slot->flags |= SLOT_POWEREDON;
640 if ((slot->flags & SLOT_POWEREDON) == 0)
657 slot->flags &= (~SLOT_POWEREDON);
1422 return (slot->flags & SLOT_POWEREDON);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dacpiphp.h174 #define SLOT_POWEREDON (0x00000001) macro
H A Dacpiphp_glue.c215 slot->flags |= (SLOT_ENABLED | SLOT_POWEREDON);
607 if (slot->flags & SLOT_POWEREDON)
625 slot->flags |= SLOT_POWEREDON;
640 if ((slot->flags & SLOT_POWEREDON) == 0)
657 slot->flags &= (~SLOT_POWEREDON);
1422 return (slot->flags & SLOT_POWEREDON);

Completed in 159 milliseconds