Home
last modified time | relevance | path

Searched refs:is_resume (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-pxa/
Dcorgi_pm.c91 int is_resume = 0; in corgi_should_wakeup() local
118 is_resume |= GPIO_bit(CORGI_GPIO_KEY_INT); in corgi_should_wakeup()
121 is_resume |= GPIO_bit(CORGI_GPIO_WAKEUP); in corgi_should_wakeup()
124 is_resume |= PWER_RTC; in corgi_should_wakeup()
126 dev_dbg(sharpsl_pm.dev, "is_resume: %x\n",is_resume); in corgi_should_wakeup()
127 return is_resume; in corgi_should_wakeup()
Dspitz_pm.c131 int is_resume = 0; in spitz_should_wakeup() local
152 is_resume |= GPIO_bit(SPITZ_GPIO_KEY_INT); in spitz_should_wakeup()
155 is_resume |= GPIO_bit(SPITZ_GPIO_SYNC); in spitz_should_wakeup()
158 is_resume |= PWER_RTC; in spitz_should_wakeup()
160 dev_dbg(sharpsl_pm.dev, "is_resume: %x\n", is_resume); in spitz_should_wakeup()
161 return is_resume; in spitz_should_wakeup()