Lines Matching full:opaque
37 static void goldfish_timer_save(QEMUFile* f, void* opaque)
39 struct timer_state* s = opaque;
50 static int goldfish_timer_load(QEMUFile* f, void* opaque, int version_id)
52 struct timer_state* s = opaque;
74 static uint32_t goldfish_timer_read(void *opaque, target_phys_addr_t offset)
76 struct timer_state *s = (struct timer_state *)opaque;
89 static void goldfish_timer_write(void *opaque, target_phys_addr_t offset, uint32_t value)
91 struct timer_state *s = (struct timer_state *)opaque;
121 static void goldfish_timer_tick(void *opaque)
123 struct timer_state *s = (struct timer_state *)opaque;
140 static void goldfish_rtc_save(QEMUFile* f, void* opaque)
142 struct rtc_state* s = opaque;
147 static int goldfish_rtc_load(QEMUFile* f, void* opaque, int version_id)
149 struct rtc_state* s = opaque;
159 static uint32_t goldfish_rtc_read(void *opaque, target_phys_addr_t offset)
161 struct rtc_state *s = (struct rtc_state *)opaque;
174 static void goldfish_rtc_write(void *opaque, target_phys_addr_t offset, uint32_t value)
176 struct rtc_state *s = (struct rtc_state *)opaque;