Home
last modified time | relevance | path

Searched refs:rtc_ops (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/drivers/rtc/
H A Drtc-uclass.c14 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_get()
24 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_set()
34 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_reset()
44 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_read8()
54 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_write8()
H A Dpl031.c113 static const struct rtc_ops pl031_ops = {
H A Dsandbox_rtc.c87 static const struct rtc_ops sandbox_rtc_ops = {
H A Dpcf2127.c93 static const struct rtc_ops pcf2127_rtc_ops = {
H A Disl1208.c178 static const struct rtc_ops isl1208_rtc_ops = {
H A Dmvrtc.c158 static const struct rtc_ops mv_rtc_ops = {
H A Dm41t62.c158 static const struct rtc_ops m41t62_rtc_ops = {
H A Dmc146818.c236 static const struct rtc_ops rtc_mc146818_ops = {
H A Ds35392a.c343 static const struct rtc_ops s35392a_rtc_ops = {
H A Drx8010sj.c357 static const struct rtc_ops rx8010sj_rtc_ops = {
H A Dds1307.c324 static const struct rtc_ops ds1307_rtc_ops = {
H A Drv3029.c476 static const struct rtc_ops rv3029_rtc_ops = {
/openbmc/u-boot/include/
H A Drtc.h21 struct rtc_ops { struct
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
197 &rtc_ops, in rtc_init()