Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Dclass.c36 int rtc_hctosys_ret = -ENODEV; variable
103 rtc_hctosys_ret = -ENODEV; in rtc_resume()
138 rtc_hctosys_ret = 0; in rtc_resume()
Dhctosys.c64 rtc_hctosys_ret = err; in rtc_hctosys()
Dsysfs.c114 if (rtc_hctosys_ret == 0 && in hctosys_show()
/Linux-v5.4/include/linux/
Drtc.h255 extern int rtc_hctosys_ret;
257 #define rtc_hctosys_ret -ENODEV macro