Lines Matching refs:rtc_device
28 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release()
50 static void rtc_hctosys(struct rtc_device *rtc) in rtc_hctosys()
94 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend()
139 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
194 static struct rtc_device *rtc_allocate_device(void) in rtc_allocate_device()
196 struct rtc_device *rtc; in rtc_allocate_device()
260 static void rtc_device_get_offset(struct rtc_device *rtc) in rtc_device_get_offset()
329 struct rtc_device *rtc = data; in devm_rtc_unregister_device()
344 struct rtc_device *rtc = res; in devm_rtc_release_device()
349 struct rtc_device *devm_rtc_allocate_device(struct device *dev) in devm_rtc_allocate_device()
351 struct rtc_device *rtc; in devm_rtc_allocate_device()
376 int __devm_rtc_register_device(struct module *owner, struct rtc_device *rtc) in __devm_rtc_register_device()
436 struct rtc_device *devm_rtc_device_register(struct device *dev, in devm_rtc_device_register()
441 struct rtc_device *rtc; in devm_rtc_device_register()