Home
last modified time | relevance | path

Searched refs:xenfb (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/display/
H A Dxenfb.c127 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 Dmeson.build17 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xenfb.c'))
H A Dtrace-events7 # xenfb.c
/openbmc/linux/drivers/video/fbdev/
H A Dxen-fbfront.c309 FB_GEN_DEFAULT_DEFERRED_SYSMEM_OPS(xenfb,
315 FB_DEFAULT_DEFERRED_OPS(xenfb),
/openbmc/qemu/
H A DMAINTAINERS542 F: hw/display/xenfb.c
H A Dqemu-options.hx2335 "-vga [std|cirrus|vmware|qxl|xenfb|tcx|cg3|virtio|none]\n"