Searched refs:unlock_rtc (Results 1 – 3 of 3) sorted by relevance
50 unlock_rtc(flags); in do_rtc_interrupt()89 unlock_rtc(flags); in rtc_setup()108 unlock_rtc(flags); in rtc_start()124 unlock_rtc(flags); in rtc_stop()
127 #define unlock_rtc(f) spin_unlock_irqrestore(&rtc_lock, f) macro130 #define unlock_rtc(f) restore_flags(f) macro
25 #define unlock_rtc(f) spin_unlock_irqrestore(&rtc_lock, f) macro