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