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