Searched refs:rtc_fd (Results 1 – 1 of 1) sorted by relevance
51 int rtc_fd; in rtc_xopen() local53 rtc_fd = open(MAJOR_RTC_PATH, flags); in rtc_xopen()54 if (rtc_fd < 0) { in rtc_xopen()55 rtc_fd = open(MINOR_RTC_PATH, flags); in rtc_xopen()56 if (rtc_fd < 0) { in rtc_xopen()65 return rtc_fd; in rtc_xopen()