Home
last modified time | relevance | path

Searched defs:rtc_ops (Results 1 – 5 of 5) 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/
Drtc-bd70528.c
Drtc-pcf85363.c
/openbmc/qemu/hw/mips/
H A Djazz.c85 static const MemoryRegionOps rtc_ops = { variable