Home
last modified time | relevance | path

Searched refs:wakeup_enable (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/plat-nomadik/include/plat/
Dske.h48 bool wakeup_enable; member
/linux-2.6.39/drivers/usb/host/
Duhci-hcd.c268 int int_enable, egsm_enable, wakeup_enable; in suspend_rh() local
281 wakeup_enable = 1; in suspend_rh()
297 wakeup_enable = 0; in suspend_rh()
307 if (!wakeup_enable || global_suspend_mode_is_broken(uhci)) in suspend_rh()
319 if (!wakeup_enable || resume_detect_interrupts_are_broken(uhci) || in suspend_rh()
352 if (!int_enable && wakeup_enable) in suspend_rh()
/linux-2.6.39/drivers/input/keyboard/
Dnomadik-ske-keypad.c302 if (plat->wakeup_enable) in ske_keypad_probe()