Searched defs:rtc_ops (Results 1 – 1 of 1) sorted by relevance
23 struct rtc_ops { struct33 int (*get)(struct udevice *dev, struct rtc_time *time);44 int (*set)(struct udevice *dev, const struct rtc_time *time);79 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument