Home
last modified time | relevance | path

Searched defs:rtc_ops (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/
H A Drtc.h21 struct rtc_ops { struct
31 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
/openbmc/qemu/hw/rtc/
H A Dxlnx-zynqmp-rtc.c174 static const MemoryRegionOps rtc_ops = { variable
/openbmc/linux/drivers/rtc/
H A Drtc-bd70528.c238 const struct rtc_class_ops *rtc_ops; in bd70528_probe() local
H A Drtc-ab-eoz9.c370 static const struct rtc_class_ops rtc_ops = { variable
H A Drtc-pcf85363.c314 static const struct rtc_class_ops rtc_ops = { variable
H A Drtc-ab-b5ze-s3.c807 static const struct rtc_class_ops rtc_ops = { variable
H A Drtc-ds1307.c192 const struct rtc_class_ops *rtc_ops; member
/openbmc/qemu/hw/mips/
H A Djazz.c85 static const MemoryRegionOps rtc_ops = { variable