Lines Matching refs:rtc_device
28 struct rtc_device *rtc = to_rtc_device(dev);
58 static void rtc_hctosys(struct rtc_device *rtc)
102 struct rtc_device *rtc = to_rtc_device(dev);
147 struct rtc_device *rtc = to_rtc_device(dev);
202 static struct rtc_device *rtc_allocate_device(void)
204 struct rtc_device *rtc;
261 static void rtc_device_get_offset(struct rtc_device *rtc)
333 static void rtc_device_unregister(struct rtc_device *rtc)
349 struct rtc_device *rtc = *(struct rtc_device **)res;
359 struct rtc_device *devm_rtc_allocate_device(struct device *dev)
361 struct rtc_device **ptr, *rtc;
397 int __rtc_register_device(struct module *owner, struct rtc_device *rtc)
449 * Managed rtc_device_register(). The rtc_device returned from this function
454 struct rtc_device *devm_rtc_device_register(struct device *dev,
459 struct rtc_device *rtc;