Searched refs:xenfb (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | xenfb.c | 127 static int xenfb_kbd_event(struct XenInput *xenfb, in xenfb_kbd_event() argument 130 struct xenkbd_page *page = xenfb->c.page; in xenfb_kbd_event() 133 if (xenfb->c.xendev.be_state != XenbusStateConnected) in xenfb_kbd_event() 148 return xen_pv_send_notify(&xenfb->c.xendev); in xenfb_kbd_event() 152 static int xenfb_send_key(struct XenInput *xenfb, bool down, int keycode) in xenfb_send_key() argument 161 return xenfb_kbd_event(xenfb, &event); in xenfb_send_key() 165 static int xenfb_send_motion(struct XenInput *xenfb, in xenfb_send_motion() argument 176 return xenfb_kbd_event(xenfb, &event); in xenfb_send_motion() 180 static int xenfb_send_position(struct XenInput *xenfb, in xenfb_send_position() argument 191 return xenfb_kbd_event(xenfb, &event); in xenfb_send_position() [all …]
|
H A D | meson.build | 17 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xenfb.c'))
|
H A D | trace-events | 7 # xenfb.c
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | xen-fbfront.c | 309 FB_GEN_DEFAULT_DEFERRED_SYSMEM_OPS(xenfb, 315 FB_DEFAULT_DEFERRED_OPS(xenfb),
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 542 F: hw/display/xenfb.c
|
H A D | qemu-options.hx | 2335 "-vga [std|cirrus|vmware|qxl|xenfb|tcx|cg3|virtio|none]\n"
|