Home
last modified time | relevance | path

Searched refs:rtc_unlock (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/rtc/
H A Drtc-asm9260.c122 rtc_unlock(priv->rtc); in asm9260_rtc_irq()
127 rtc_unlock(priv->rtc); in asm9260_rtc_irq()
H A Drtc-rx8010.c80 rtc_unlock(rx8010->rtc); in rx8010_irq_1_handler()
103 rtc_unlock(rx8010->rtc); in rx8010_irq_1_handler()
H A Drtc-rv3029c2.c278 rtc_unlock(rv3029->rtc); in rv3029_handle_irq()
285 rtc_unlock(rv3029->rtc); in rv3029_handle_irq()
300 rtc_unlock(rv3029->rtc); in rv3029_handle_irq()
H A Drtc-pcf2123.c326 rtc_unlock(pcf2123->rtc); in pcf2123_rtc_irq()
H A Drtc-ds1343.c332 rtc_unlock(priv->rtc); in ds1343_thread()
H A Drtc-hym8563.c435 rtc_unlock(hym8563->rtc); in hym8563_irq()
H A Drtc-rx8025.c209 rtc_unlock(rx8025->rtc); in rx8025_handle_irq()
H A Drtc-ac100.c554 rtc_unlock(chip->rtc); in ac100_rtc_irq()
H A Drtc-ds1305.c461 rtc_unlock(ds1305->rtc); in ds1305_work()
H A Drtc-ds3232.c450 rtc_unlock(ds3232->rtc); in ds3232_irq()
H A Drtc-ds1685.c714 rtc_unlock(rtc->dev); in ds1685_rtc_irq_handler()
H A Drtc-stm32.c485 rtc_unlock(rtc->rtc_dev); in stm32_rtc_alarm_irq()
H A Drtc-ds1307.c586 rtc_unlock(ds1307->rtc); in rx8130_irq()
/linux/include/linux/
H A Drtc.h168 #define rtc_unlock(d) mutex_unlock(&d->ops_lock) macro