rtc_class_open     31 drivers/rtc/hctosys.c 	struct rtc_device *rtc = rtc_class_open(CONFIG_RTC_HCTOSYS_DEVICE);
rtc_class_open    701 drivers/rtc/interface.c EXPORT_SYMBOL_GPL(rtc_class_open);
rtc_class_open     29 drivers/rtc/systohc.c 	rtc = rtc_class_open(CONFIG_RTC_SYSTOHC_DEVICE);
rtc_class_open    415 drivers/soc/ti/pm33xx.c 		omap_rtc = rtc_class_open("rtc0");
rtc_class_open    189 include/linux/rtc.h extern struct rtc_device *rtc_class_open(const char *name);
rtc_class_open    206 kernel/power/suspend_test.c 		rtc = rtc_class_open(dev_name(dev));