Searched refs:rtc_get_ops (Results 1 – 2 of 2) sorted by relevance
15 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()
85 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) macro