Lines Matching defs:xenfb

127 static int xenfb_kbd_event(struct XenInput *xenfb,  in xenfb_kbd_event()
152 static int xenfb_send_key(struct XenInput *xenfb, bool down, int keycode) in xenfb_send_key()
165 static int xenfb_send_motion(struct XenInput *xenfb, in xenfb_send_motion()
180 static int xenfb_send_position(struct XenInput *xenfb, in xenfb_send_position()
205 struct XenInput *xenfb = (struct XenInput *)dev; in xenfb_key_event() local
232 struct XenInput *xenfb = (struct XenInput *)dev; in xenfb_mouse_event() local
305 struct XenInput *xenfb = (struct XenInput *)dev; in xenfb_mouse_sync() local
415 struct XenInput *xenfb = container_of(xendev, struct XenInput, c.xendev); in input_event() local
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() local
786 struct XenFB *xenfb = opaque; in xenfb_ui_info() local
809 struct XenFB *xenfb = opaque; in xenfb_invalidate() local
813 static void xenfb_handle_events(struct XenFB *xenfb) in xenfb_handle_events()
969 struct XenFB *xenfb = container_of(xendev, struct XenFB, c.xendev); in fb_event() local