Home
last modified time | relevance | path

Searched refs:rtc_get_ops (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/rtc/
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()
/external/u-boot/include/
Drtc.h79 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) macro