Home
last modified time | relevance | path

Searched refs:should_wakeup (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/linux/
Dpm_wakeup.h133 dev->power.should_wakeup = true; in device_wakeup_enable()
139 dev->power.should_wakeup = false; in device_wakeup_disable()
145 dev->power.should_wakeup = enable; in device_set_wakeup_enable()
158 return dev->power.can_wakeup && dev->power.should_wakeup; in device_may_wakeup()
Dpm.h520 unsigned int should_wakeup:1; member
/linux-3.4.99/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h38 int (*should_wakeup)(unsigned int resume_on_alarm); member
/linux-3.4.99/arch/arm/mach-pxa/
Dcorgi_pm.c180 .should_wakeup = corgi_should_wakeup,
Dspitz_pm.c218 .should_wakeup = spitz_should_wakeup,
Dsharpsl_pm.c645 …if (!sharpsl_pm.machinfo->should_wakeup(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable… in corgi_enter_suspend()