Home
last modified time | relevance | path

Searched refs:have_hot (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/ui/
H A Dspice-display.h135 bool have_hot; member
H A Dconsole.h256 QemuDmaBuf *dmabuf, bool have_hot,
336 bool have_hot, uint32_t hot_x, uint32_t hot_y);
H A Dgtk.h183 QemuDmaBuf *dmabuf, bool have_hot,
/openbmc/qemu/ui/
H A Dspice-display.c976 QemuDmaBuf *dmabuf, bool have_hot, in qemu_spice_gl_cursor_dmabuf() argument
982 ssd->have_hot = have_hot; in qemu_spice_gl_cursor_dmabuf()
986 trace_qemu_spice_gl_cursor(ssd->qxl.id, dmabuf != NULL, have_hot); in qemu_spice_gl_cursor_dmabuf()
H A Degl-headless.c104 QemuDmaBuf *dmabuf, bool have_hot, in egl_cursor_dmabuf() argument
H A Dgtk-egl.c301 QemuDmaBuf *dmabuf, bool have_hot, in gd_egl_cursor_dmabuf() argument
H A Dconsole.c1069 bool have_hot, uint32_t hot_x, uint32_t hot_y) in dpy_gl_cursor_dmabuf() argument
1080 have_hot, hot_x, hot_y); in dpy_gl_cursor_dmabuf()
H A Ddbus-listener.c545 QemuDmaBuf *dmabuf, bool have_hot, in dbus_cursor_dmabuf() argument
/openbmc/qemu/hw/vfio/
H A Ddisplay.c322 bool have_hot = (cursor->hot_x != 0xffffffff && in vfio_display_dmabuf_update() local
324 dpy_gl_cursor_dmabuf(dpy->con, cursor->buf, have_hot, in vfio_display_dmabuf_update()