Searched refs:rtc_ops (Results 1 – 7 of 7) 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()125 const struct rtc_ops *ops = dev_get_driver_ops(dev); in rtc_alarm_trigger()
88 static const struct rtc_ops sandbox_rtc_ops = {
93 static const struct rtc_ops pcf2127_rtc_ops = {
134 static struct rtc_ops rk8xx_rtc_ops = {
235 static const struct rtc_ops rtc_mc146818_ops = {
362 static const struct rtc_ops ds1307_rtc_ops = {
22 struct rtc_ops { struct85 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument