Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dcorgi_pm.c95 int is_resume = 0; in corgi_should_wakeup() local
122 is_resume |= GPIO_bit(CORGI_GPIO_KEY_INT); in corgi_should_wakeup()
125 is_resume |= GPIO_bit(CORGI_GPIO_WAKEUP); in corgi_should_wakeup()
128 is_resume |= PWER_RTC; in corgi_should_wakeup()
130 dev_dbg(sharpsl_pm.dev, "is_resume: %x\n",is_resume); in corgi_should_wakeup()
131 return is_resume; in corgi_should_wakeup()
Dspitz_pm.c135 int is_resume = 0; in spitz_should_wakeup() local
156 is_resume |= GPIO_bit(SPITZ_GPIO_KEY_INT); in spitz_should_wakeup()
159 is_resume |= GPIO_bit(SPITZ_GPIO_SYNC); in spitz_should_wakeup()
162 is_resume |= PWER_RTC; in spitz_should_wakeup()
164 dev_dbg(sharpsl_pm.dev, "is_resume: %x\n", is_resume); in spitz_should_wakeup()
165 return is_resume; in spitz_should_wakeup()