Searched defs:rtc_ops (Results 1 – 8 of 8) 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
174 static const MemoryRegionOps rtc_ops = { variable
238 const struct rtc_class_ops *rtc_ops; in bd70528_probe() local
370 static const struct rtc_class_ops rtc_ops = { variable
314 static const struct rtc_class_ops rtc_ops = { variable
807 static const struct rtc_class_ops rtc_ops = { variable
192 const struct rtc_class_ops *rtc_ops; member
91 static const MemoryRegionOps rtc_ops = { variable