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

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

Completed in 82 milliseconds