Lines Matching refs:XenFB
64 struct XenFB { struct
437 static int xenfb_map_fb(struct XenFB *xenfb) in xenfb_map_fb()
526 static int xenfb_configure_fb(struct XenFB *xenfb, size_t fb_len_lim, in xenfb_configure_fb()
633 static void xenfb_guest_copy(struct XenFB *xenfb, int x, int y, int w, int h) in xenfb_guest_copy()
673 static int xenfb_queue_full(struct XenFB *xenfb) in xenfb_queue_full()
686 static void xenfb_send_event(struct XenFB *xenfb, union xenfb_in_event *event) in xenfb_send_event()
701 static void xenfb_send_refresh_period(struct XenFB *xenfb, int period) in xenfb_send_refresh_period()
723 struct XenFB *xenfb = opaque; in xenfb_update()
786 struct XenFB *xenfb = opaque; in xenfb_ui_info()
809 struct XenFB *xenfb = opaque; in xenfb_invalidate()
813 static void xenfb_handle_events(struct XenFB *xenfb) in xenfb_handle_events()
890 struct XenFB *fb = container_of(xendev, struct XenFB, c.xendev); in fb_initialise()
927 struct XenFB *fb = container_of(xendev, struct XenFB, c.xendev); in fb_disconnect()
951 struct XenFB *fb = container_of(xendev, struct XenFB, c.xendev); in fb_frontend_changed()
969 struct XenFB *xenfb = container_of(xendev, struct XenFB, c.xendev); in fb_event()
987 .size = sizeof(struct XenFB),