should_wakeup 171 arch/arm/mach-pxa/corgi_pm.c .should_wakeup = corgi_should_wakeup, should_wakeup 640 arch/arm/mach-pxa/sharpsl_pm.c if (!sharpsl_pm.machinfo->should_wakeup(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable)) { should_wakeup 34 arch/arm/mach-pxa/sharpsl_pm.h int (*should_wakeup)(unsigned int resume_on_alarm); should_wakeup 207 arch/arm/mach-pxa/spitz_pm.c .should_wakeup = spitz_should_wakeup, should_wakeup 597 include/linux/pm.h unsigned int should_wakeup:1; should_wakeup 140 include/linux/pm_wakeup.h dev->power.should_wakeup = true; should_wakeup 146 include/linux/pm_wakeup.h dev->power.should_wakeup = false; should_wakeup 152 include/linux/pm_wakeup.h dev->power.should_wakeup = enable; should_wakeup 165 include/linux/pm_wakeup.h return dev->power.can_wakeup && dev->power.should_wakeup;