Lines Matching full:wake
155 "Failed to disable 'wake timer' for RTC setting\n"); in bd70528_set_rtc_based_timers()
196 * PM and 24H bits are not used by Wake - thus we clear them in tm2rtc()
197 * here and not in tmday2rtc() which is also used by wake. in tm2rtc()
264 struct bd70528_rtc_wake wake; in bd70528_set_alarm() local
271 &wake, sizeof(wake)); in bd70528_set_alarm()
273 dev_err(dev, "Failed to read wake regs\n"); in bd70528_set_alarm()
285 tmday2rtc(&a->time, &wake.time); in bd70528_set_alarm()
289 wake.ctrl |= BD70528_MASK_WAKE_EN; in bd70528_set_alarm()
292 wake.ctrl &= ~BD70528_MASK_WAKE_EN; in bd70528_set_alarm()
296 BD70528_REG_RTC_WAKE_START, &wake, in bd70528_set_alarm()
297 sizeof(wake)); in bd70528_set_alarm()
299 dev_err(dev, "Failed to set wake time\n"); in bd70528_set_alarm()
443 dev_err(dev, "Failed to change wake state\n"); in bd70528_alm_enable()