Lines Matching refs:rtc_device
28 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release()
49 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend()
94 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
149 static struct rtc_device *rtc_allocate_device(void) in rtc_allocate_device()
151 struct rtc_device *rtc; in rtc_allocate_device()
208 static void rtc_device_get_offset(struct rtc_device *rtc) in rtc_device_get_offset()
280 static void rtc_device_unregister(struct rtc_device *rtc) in rtc_device_unregister()
296 struct rtc_device *rtc = *(struct rtc_device **)res; in devm_rtc_release_device()
306 struct rtc_device *devm_rtc_allocate_device(struct device *dev) in devm_rtc_allocate_device()
308 struct rtc_device **ptr, *rtc; in devm_rtc_allocate_device()
344 int __rtc_register_device(struct module *owner, struct rtc_device *rtc) in __rtc_register_device()
396 struct rtc_device *devm_rtc_device_register(struct device *dev, in devm_rtc_device_register()
401 struct rtc_device *rtc; in devm_rtc_device_register()