Lines Matching refs:FBUpdateNotify
47 struct FBUpdateNotify* fb_update_head;
50 struct FBUpdateNotify* fb_update_tail;
60 typedef struct FBUpdateNotify { struct
62 struct FBUpdateNotify* next_fb_update; argument
72 } FBUpdateNotify; argument
115 static FBUpdateNotify*
120 FBUpdateNotify* ret = malloc(sizeof(FBUpdateNotify) + rect_size); in fbupdatenotify_create()
139 fbupdatenotify_delete(FBUpdateNotify* desc) in fbupdatenotify_delete()
156 FBUpdateNotify* current_update = proxy_fb->fb_update_head; in _proxyFb_io_write()
292 FBUpdateNotify* pending_update = proxy_fb->fb_update_head; in proxyFb_destroy()
309 FBUpdateNotify* descr = fbupdatenotify_create(proxy_fb, x, y, w, h); in proxyFb_update()