Searched refs:rtc_class_open (Results 1 – 6 of 6) sorted by relevance
29 rtc = rtc_class_open(CONFIG_RTC_SYSTOHC_DEVICE); in rtc_set_ntp_time()
31 struct rtc_device *rtc = rtc_class_open(CONFIG_RTC_HCTOSYS_DEVICE); in rtc_hctosys()
666 struct rtc_device *rtc_class_open(const char *name) in rtc_class_open() function684 EXPORT_SYMBOL_GPL(rtc_class_open);
206 rtc = rtc_class_open(dev_name(dev)); in test_suspend()
189 extern struct rtc_device *rtc_class_open(const char *name);
415 omap_rtc = rtc_class_open("rtc0"); in am33xx_pm_rtc_setup()