Searched refs:rtc_status (Results 1 – 6 of 6) sorted by relevance
66 static unsigned long rtc_status = 0; /* bitmapped status byte. */ variable118 if (rtc_status & RTC_IS_OPEN) { in rtc_open()123 rtc_status |= RTC_IS_OPEN; in rtc_open()132 rtc_status &= ~RTC_IS_OPEN; in rtc_release()
143 static unsigned long rtc_status = 0; /* bitmapped status byte. */ variable183 if (rtc_status & RTC_TIMER_ON) in rtc_interrupt()332 if (rtc_status & RTC_TIMER_ON) { in rtc_ioctl()334 rtc_status &= ~RTC_TIMER_ON; in rtc_ioctl()351 if (!(rtc_status & RTC_TIMER_ON)) { in rtc_ioctl()355 rtc_status |= RTC_TIMER_ON; in rtc_ioctl()601 if(rtc_status & RTC_IS_OPEN) in rtc_open()604 rtc_status |= RTC_IS_OPEN; in rtc_open()642 if (rtc_status & RTC_TIMER_ON) { in rtc_release()643 rtc_status &= ~RTC_TIMER_ON; in rtc_release()[all …]
63 static unsigned char rtc_status; /* bitmapped status byte. */ variable169 if (rtc_status & RTC_IS_OPEN) { in rtc_open()174 rtc_status |= RTC_IS_OPEN; in rtc_open()186 rtc_status &= ~RTC_IS_OPEN; in rtc_release()
101 static unsigned long rtc_status = 0; variable296 if (rtc_status & RTC_IS_OPEN) { in ds1742_open()301 rtc_status |= RTC_IS_OPEN; in ds1742_open()310 rtc_status &= ~RTC_IS_OPEN; in ds1742_release()
39 static char rtc_status = 0; variable134 if(rtc_status) in rtc_open()137 rtc_status = 1; in rtc_open()144 rtc_status = 0; in rtc_release()
39 static char rtc_status = 0; variable145 if(rtc_status) in rtc_open()148 rtc_status = 1; in rtc_open()155 rtc_status = 0; in rtc_release()