Searched refs:is_resume (Results 1 – 2 of 2) sorted by relevance
95 int is_resume = 0; in corgi_should_wakeup() local122 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()
135 int is_resume = 0; in spitz_should_wakeup() local156 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()