Searched refs:SHARPSL_ALARM_ACTIVE (Results 1 – 2 of 2) sorted by relevance
79 #define SHARPSL_ALARM_ACTIVE (1 << 1) /* Alarm is for charging event (not user) */ macro
613 sharpsl_pm.flags &= ~SHARPSL_ALARM_ACTIVE; in corgi_goto_sleep()618 sharpsl_pm.flags |= SHARPSL_ALARM_ACTIVE; in corgi_goto_sleep()636 …if (!sharpsl_pm.machinfo->should_wakeup(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable… in corgi_enter_suspend()637 if (!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE)) { in corgi_enter_suspend()
Completed in 12 milliseconds