Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_rtc_test.c51 int rtc_fd; in rtc_xopen() local
53 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()