Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Drtc-uclass.c15 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_get()
25 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_set()
35 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_reset()
45 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_read8()
55 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_write8()
/OK3568_Linux_fs/u-boot/include/
H A Drtc.h85 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) macro