Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/misc/
Dmax8925_onkey.c143 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()
D88pm860x_onkey.c121 chip->wakeup_flag |= 1 << PM8607_IRQ_ONKEY; in pm860x_onkey_suspend()
130 chip->wakeup_flag &= ~(1 << PM8607_IRQ_ONKEY); in pm860x_onkey_resume()
/Linux-v4.19/drivers/mfd/
Dmax8925-i2c.c220 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_suspend()
230 if (device_may_wakeup(dev) && chip->wakeup_flag) in max8925_resume()
D88pm860x-core.c1225 if (device_may_wakeup(dev) && chip->wakeup_flag) in pm860x_suspend()
1235 if (device_may_wakeup(dev) && chip->wakeup_flag) in pm860x_resume()
/Linux-v4.19/drivers/rtc/
Drtc-max8925.c296 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()
Drtc-88pm860x.c432 chip->wakeup_flag |= 1 << PM8607_IRQ_RTC; in pm860x_rtc_suspend()
441 chip->wakeup_flag &= ~(1 << PM8607_IRQ_RTC); in pm860x_rtc_resume()
/Linux-v4.19/include/linux/mfd/
Dmax8925.h206 unsigned int wakeup_flag; member
D88pm860x.h398 unsigned int wakeup_flag; member
/Linux-v4.19/drivers/power/supply/
D88pm860x_battery.c993 chip->wakeup_flag |= 1 << PM8607_IRQ_CC; in pm860x_battery_suspend()
1003 chip->wakeup_flag &= ~(1 << PM8607_IRQ_CC); in pm860x_battery_resume()