Lines Matching refs:rtc_device
28 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release()
58 static void rtc_hctosys(struct rtc_device *rtc) in rtc_hctosys()
102 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend()
147 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
202 static struct rtc_device *rtc_allocate_device(void) in rtc_allocate_device()
204 struct rtc_device *rtc; in rtc_allocate_device()
261 static void rtc_device_get_offset(struct rtc_device *rtc) in rtc_device_get_offset()
333 static void rtc_device_unregister(struct rtc_device *rtc) in rtc_device_unregister()
349 struct rtc_device *rtc = *(struct rtc_device **)res; in devm_rtc_release_device()
359 struct rtc_device *devm_rtc_allocate_device(struct device *dev) in devm_rtc_allocate_device()
361 struct rtc_device **ptr, *rtc; in devm_rtc_allocate_device()
397 int __rtc_register_device(struct module *owner, struct rtc_device *rtc) in __rtc_register_device()
454 struct rtc_device *devm_rtc_device_register(struct device *dev, in devm_rtc_device_register()
459 struct rtc_device *rtc; in devm_rtc_device_register()