Searched defs:rtc_device (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Drtc.h42 * device state, including the rtc_device pointer for the RTC.
44 * Most of these methods are called with rtc_device.ops_lock held,
45 * through the rtc_*(struct rtc_device *, ...) calls.
86 struct rtc_device struct
130 #define to_rtc_device(d) container_of(d, struct rtc_device, dev)
132 extern struct rtc_device *rtc_device_register(const char *name,
136 extern struct rtc_device *devm_rtc_device_register(struct device *dev,
140 extern void rtc_device_unregister(struct rtc_device *rtc);
142 struct rtc_device *rtc);
144 extern int rtc_read_time(struct rtc_device *rt
[all...]

Completed in 663 milliseconds