Home
last modified time | relevance | path

Searched refs:should_wakeup (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dpm_wakeup.h149 dev->power.should_wakeup = true; in device_wakeup_enable()
155 dev->power.should_wakeup = false; in device_wakeup_disable()
161 dev->power.should_wakeup = enable; in device_set_wakeup_enable()
174 return dev->power.can_wakeup && dev->power.should_wakeup; in device_may_wakeup()
H A Dpm.h589 unsigned int should_wakeup:1; member
/kernel/linux/linux-6.6/include/linux/
H A Dpm_wakeup.h153 dev->power.should_wakeup = true; in device_wakeup_enable()
159 dev->power.should_wakeup = false; in device_wakeup_disable()
165 dev->power.should_wakeup = enable; in device_set_wakeup_enable()
171 return dev->power.can_wakeup && dev->power.should_wakeup; in device_may_wakeup()
H A Dpm.h687 unsigned int should_wakeup:1; member
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dsharpsl_pm.h34 int (*should_wakeup)(unsigned int resume_on_alarm); member
H A Dcorgi_pm.c171 .should_wakeup = corgi_should_wakeup,
H A Dspitz_pm.c207 .should_wakeup = spitz_should_wakeup,
H A Dsharpsl_pm.c638 if (!sharpsl_pm.machinfo->should_wakeup(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable)) { in corgi_enter_suspend()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dsharpsl_pm.h34 int (*should_wakeup)(unsigned int resume_on_alarm); member
H A Dspitz_pm.c207 .should_wakeup = spitz_should_wakeup,
H A Dsharpsl_pm.c634 if (!sharpsl_pm.machinfo->should_wakeup(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable)) { in corgi_enter_suspend()

Completed in 9 milliseconds