Searched refs:should_wakeup (Results 1 – 4 of 4) sorted by relevance
38 int (*should_wakeup)(unsigned int resume_on_alarm); member
180 .should_wakeup = corgi_should_wakeup,
218 .should_wakeup = spitz_should_wakeup,
645 …if (!sharpsl_pm.machinfo->should_wakeup(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable… in corgi_enter_suspend()