Searched refs:wakeup_flag (Results 1 – 7 of 7) sorted by relevance
139 chip->wakeup_flag |= 1 << info->irq[0]; in max8925_onkey_suspend() 140 chip->wakeup_flag |= 1 << info->irq[1]; in max8925_onkey_suspend() 153 chip->wakeup_flag &= ~(1 << info->irq[0]); in max8925_onkey_resume() 154 chip->wakeup_flag &= ~(1 << info->irq[1]); in max8925_onkey_resume()
119 chip->wakeup_flag |= 1 << PM8607_IRQ_ONKEY; in pm860x_onkey_suspend() 128 chip->wakeup_flag &= ~(1 << PM8607_IRQ_ONKEY); in pm860x_onkey_resume()
214 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_suspend() 224 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_resume()
293 chip->wakeup_flag |= 1 << MAX8925_IRQ_RTC_ALARM0; in max8925_rtc_suspend() 302 chip->wakeup_flag &= ~(1 << MAX8925_IRQ_RTC_ALARM0); in max8925_rtc_resume()
352 chip->wakeup_flag |= 1 << PM8607_IRQ_RTC; in pm860x_rtc_suspend() 361 chip->wakeup_flag &= ~(1 << PM8607_IRQ_RTC); in pm860x_rtc_resume()
203 unsigned int wakeup_flag; member
395 unsigned int wakeup_flag; member