Searched defs:rtc_ops (Results 1 – 6 of 6) sorted by relevance
22 struct rtc_ops { struct32 int (*get)(struct udevice *dev, struct rtc_time *time);43 int (*set)(struct udevice *dev, const struct rtc_time *time);55 int (*reset)(struct udevice *dev);85 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument
259 static const struct rtc_class_ops rtc_ops = { variable
285 static const struct rtc_class_ops rtc_ops = { variable
500 const struct rtc_class_ops *rtc_ops; in bd70528_probe() local
807 static const struct rtc_class_ops rtc_ops = { variable
193 const struct rtc_class_ops *rtc_ops; member