Home
last modified time | relevance | path

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

/linux-4.19.296/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.c441 chip->wakeup_flag |= 1 << PM8607_IRQ_RTC; in pm860x_rtc_suspend()
450 chip->wakeup_flag &= ~(1 << PM8607_IRQ_RTC); in pm860x_rtc_resume()
/linux-4.19.296/include/linux/mfd/
Dmax8925.h206 unsigned int wakeup_flag; member
D88pm860x.h398 unsigned int wakeup_flag; member