Home
last modified time | relevance | path

Searched refs:wakeup_flag (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/input/misc/
H A Dmax8925_onkey.c139 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()
H A D88pm860x_onkey.c119 chip->wakeup_flag |= 1 << PM8607_IRQ_ONKEY; in pm860x_onkey_suspend()
128 chip->wakeup_flag &= ~(1 << PM8607_IRQ_ONKEY); in pm860x_onkey_resume()
/linux/drivers/mfd/
H A Dmax8925-i2c.c213 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_suspend()
223 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_resume()
H A D88pm860x-core.c1218 if (device_may_wakeup(dev) && chip->wakeup_flag) in pm860x_suspend()
1228 if (device_may_wakeup(dev) && chip->wakeup_flag) in pm860x_resume()
/linux/drivers/rtc/
H A Drtc-max8925.c293 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()
H A Drtc-88pm860x.c352 chip->wakeup_flag |= 1 << PM8607_IRQ_RTC; in pm860x_rtc_suspend()
361 chip->wakeup_flag &= ~(1 << PM8607_IRQ_RTC); in pm860x_rtc_resume()
/linux/include/linux/mfd/
H A Dmax8925.h203 unsigned int wakeup_flag; member
H A D88pm860x.h395 unsigned int wakeup_flag; member
/linux/drivers/power/supply/
H A D88pm860x_battery.c988 chip->wakeup_flag |= 1 << PM8607_IRQ_CC; in pm860x_battery_suspend()
998 chip->wakeup_flag &= ~(1 << PM8607_IRQ_CC); in pm860x_battery_resume()