Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Dclass.c39 int rtc_hctosys_ret = -ENODEV; variable
108 rtc_hctosys_ret = -ENODEV; in rtc_resume()
143 rtc_hctosys_ret = 0; in rtc_resume()
Dhctosys.c65 rtc_hctosys_ret = err; in rtc_hctosys()
Drtc-sysfs.c115 if (rtc_hctosys_ret == 0 && in hctosys_show()
/linux-4.4.14/include/linux/
Drtc.h219 extern int rtc_hctosys_ret;
221 #define rtc_hctosys_ret -ENODEV macro