Searched refs:wakeup_flag (Results 1 – 9 of 9) 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()
213 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_suspend()223 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_resume()
1218 if (device_may_wakeup(dev) && chip->wakeup_flag) in pm860x_suspend()1228 if (device_may_wakeup(dev) && chip->wakeup_flag) in pm860x_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
988 chip->wakeup_flag |= 1 << PM8607_IRQ_CC; in pm860x_battery_suspend()998 chip->wakeup_flag &= ~(1 << PM8607_IRQ_CC); in pm860x_battery_resume()