Home
last modified time | relevance | path

Searched refs:SHARPSL_ALARM_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h83 #define SHARPSL_ALARM_ACTIVE (1 << 1) /* Alarm is for charging event (not user) */ macro
/linux-4.1.27/arch/arm/mach-pxa/
Dsharpsl_pm.c621 sharpsl_pm.flags &= ~SHARPSL_ALARM_ACTIVE; in corgi_goto_sleep()
626 sharpsl_pm.flags |= SHARPSL_ALARM_ACTIVE; in corgi_goto_sleep()
644 …if (!sharpsl_pm.machinfo->should_wakeup(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable… in corgi_enter_suspend()
645 if (!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE)) { in corgi_enter_suspend()