Lines Matching full:opaque
48 static void goldfish_fb_save(QEMUFile* f, void* opaque)
50 struct goldfish_fb_state* s = opaque;
70 static int goldfish_fb_load(QEMUFile* f, void* opaque, int version_id)
72 struct goldfish_fb_state* s = opaque;
124 static void goldfish_fb_update_display(void *opaque)
126 struct goldfish_fb_state *s = (struct goldfish_fb_state *)opaque;
278 static void goldfish_fb_invalidate_display(void * opaque)
281 struct goldfish_fb_state *s = (struct goldfish_fb_state *)opaque;
285 static void goldfish_fb_detach_display(void* opaque)
287 struct goldfish_fb_state *s = (struct goldfish_fb_state *)opaque;
291 static uint32_t goldfish_fb_read(void *opaque, target_phys_addr_t offset)
294 struct goldfish_fb_state *s = opaque;
331 static void goldfish_fb_write(void *opaque, target_phys_addr_t offset,
334 struct goldfish_fb_state *s = opaque;