Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvdagent.c49 uint32_t xoff, xsize; member
754 vd->xoff = 0; in vdagent_reset_xbuf()
779 if (vd->xoff + vd->msgsize > vd->xsize) { in vdagent_chr_recv_chunk()
781 vd->xoff, vd->msgsize, vd->xsize); in vdagent_chr_recv_chunk()
786 memcpy(vd->xbuf + vd->xoff, vd->msgbuf, vd->msgsize); in vdagent_chr_recv_chunk()
787 vd->xoff += vd->msgsize; in vdagent_chr_recv_chunk()
788 if (vd->xoff < vd->xsize) { in vdagent_chr_recv_chunk()
H A Dspice-display.c193 int y, yoff1, yoff2, x, xoff, blk, bw; in qemu_spice_create_update() local
212 xoff = x * bpp; in qemu_spice_create_update()
215 if (memcmp(guest + yoff1 + xoff, in qemu_spice_create_update()
216 mirror + yoff2 + xoff, in qemu_spice_create_update()
H A Ddbus-console.c199 .xoff = arg_xoff, in dbus_console_set_ui_info()
H A Dcocoa.m593 info.xoff = 0;
/qemu/hw/display/
H A Dbcm2835_fb.c160 uint32_t xoff = 0, yoff = 0; in fb_update_display() local
168 xoff = s->config.xoffset; in fb_update_display()
197 hwaddr base = s->config.base + xoff + (hwaddr)yoff * src_width; in fb_update_display()
H A Dvirtio-gpu-base.c97 g->req_state[idx].x = info->xoff; in virtio_gpu_ui_info()
/qemu/hw/usb/
H A Ddev-serial.c105 uint8_t xoff; member
206 s->xoff = (xonxoff >> 8) & 0xff; in usb_serial_set_xonxoff()
208 trace_usb_serial_set_xonxoff(bus->busnr, dev->addr, s->xon, s->xoff); in usb_serial_set_xonxoff()
H A Dtrace-events352 usb_serial_set_xonxoff(int bus, int addr, uint8_t xon, uint8_t xoff) "dev %d:%u xon 0x%x xoff 0x%x"
/qemu/include/ui/
H A Dconsole.h153 int xoff; member