Searched refs:wakeup_flag (Results 1 – 9 of 9) sorted by relevance
143 chip->wakeup_flag |= 1 << info->irq[0]; in max8925_onkey_suspend()144 chip->wakeup_flag |= 1 << info->irq[1]; in max8925_onkey_suspend()157 chip->wakeup_flag &= ~(1 << info->irq[0]); in max8925_onkey_resume()158 chip->wakeup_flag &= ~(1 << info->irq[1]); in max8925_onkey_resume()
121 chip->wakeup_flag |= 1 << PM8607_IRQ_ONKEY; in pm860x_onkey_suspend()130 chip->wakeup_flag &= ~(1 << PM8607_IRQ_ONKEY); in pm860x_onkey_resume()
220 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_suspend()230 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_resume()
1225 if (device_may_wakeup(dev) && chip->wakeup_flag) in pm860x_suspend()1235 if (device_may_wakeup(dev) && chip->wakeup_flag) in pm860x_resume()
296 chip->wakeup_flag |= 1 << MAX8925_IRQ_RTC_ALARM0; in max8925_rtc_suspend()305 chip->wakeup_flag &= ~(1 << MAX8925_IRQ_RTC_ALARM0); in max8925_rtc_resume()
432 chip->wakeup_flag |= 1 << PM8607_IRQ_RTC; in pm860x_rtc_suspend()441 chip->wakeup_flag &= ~(1 << PM8607_IRQ_RTC); in pm860x_rtc_resume()
206 unsigned int wakeup_flag; member
398 unsigned int wakeup_flag; member
993 chip->wakeup_flag |= 1 << PM8607_IRQ_CC; in pm860x_battery_suspend()1003 chip->wakeup_flag &= ~(1 << PM8607_IRQ_CC); in pm860x_battery_resume()