Searched refs:rtc_ops (Results 1 – 14 of 14) 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()
113 static const struct rtc_ops pl031_ops = {
87 static const struct rtc_ops sandbox_rtc_ops = {
93 static const struct rtc_ops pcf2127_rtc_ops = {
178 static const struct rtc_ops isl1208_rtc_ops = {
158 static const struct rtc_ops mv_rtc_ops = {
158 static const struct rtc_ops m41t62_rtc_ops = {
236 static const struct rtc_ops rtc_mc146818_ops = {
343 static const struct rtc_ops s35392a_rtc_ops = {
357 static const struct rtc_ops rx8010sj_rtc_ops = {
324 static const struct rtc_ops ds1307_rtc_ops = {
476 static const struct rtc_ops rv3029_rtc_ops = {
21 struct rtc_ops { struct77 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument
174 static const MemoryRegionOps rtc_ops = { variable197 &rtc_ops, in rtc_init()