Searched refs:cols (Results 1 – 11 of 11) sorted by relevance
/qemu/hw/display/ |
H A D | next-fb.c | 42 uint32_t cols; member 57 for (i = 0; i < nfbstate->cols / 4; i++) { in nextfb_draw_line() 79 src_width = s->cols / 4 + 8; in nextfb_update() 80 dest_width = s->cols * 4; in nextfb_update() 84 s->cols, src_width); in nextfb_update() 88 framebuffer_update_display(surface, &s->fbsection, s->cols, s->rows, in nextfb_update() 92 dpy_gfx_update(s->con, 0, 0, s->cols, s->rows); in nextfb_update() 115 s->cols = 1120; in nextfb_realize() 119 qemu_console_resize(s->con, s->cols, s->rows); in nextfb_realize()
|
H A D | pl110.c | 71 int cols; member 97 VMSTATE_INT32(cols, PL110State), 268 src_width = s->cols; in pl110_update_display() 299 s->cols, s->rows, in pl110_update_display() 300 src_width, s->cols * 4, 0, in pl110_update_display() 306 dpy_gfx_update(s->con, 0, first, s->cols, last - first + 1); in pl110_update_display() 316 qemu_console_resize(s->con, s->cols, s->rows); in pl110_invalidate_display() 358 if (width != s->cols || height != s->rows) { in pl110_resize() 363 s->cols = width; in pl110_resize() 465 pl110_resize(s, s->cols, n); in pl110_write() [all …]
|
H A D | framebuffer.c | 58 int cols, /* Width in pixels. */ in framebuffer_update_display() argument 91 dest -= dest_col_pitch * (cols - 1); in framebuffer_update_display() 107 fn(opaque, dest, src, cols, dest_col_pitch); in framebuffer_update_display()
|
H A D | framebuffer.h | 54 int cols,
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_console.h | 48 __virtio16 cols; member
|
/qemu/qapi/ |
H A D | char.json | 413 # @cols: console width, in chars 426 '*cols': 'int',
|
/qemu/hw/arm/ |
H A D | omap1.c | 1910 uint8_t cols; member 1940 uint8_t *row, rows = 0, cols = ~s->cols; in omap_mpuio_kbd_update() local 1943 if (*row & cols) in omap_mpuio_kbd_update() 1975 return s->cols; in omap_mpuio_read() 2047 s->cols = value; in omap_mpuio_write()
|
/qemu/hw/char/ |
H A D | virtio-serial-bus.c | 574 config->cols = 0; in get_config() 674 qemu_put_be16(f, config.cols); in virtio_serial_save_device()
|
/qemu/ui/ |
H A D | console-vc.c | 1110 width = vc->cols * FONT_WIDTH; in vc_chr_open() 1174 vc->cols = val; in vc_chr_parse()
|
/qemu/docs/ |
H A D | qdev-device-use.txt | 199 * vc:<COLS>Cx<ROWS>C becomes -chardev vc,cols=<COLS>,rows=<ROWS>
|
/qemu/ |
H A D | qemu-options.hx | 3736 "-chardev vc,id=id[[,width=width][,height=height]][[,cols=cols][,rows=rows]]\n" 3969 ``-chardev vc,id=id[[,width=width][,height=height]][[,cols=cols][,rows=rows]]`` 3976 ``cols`` and ``rows`` specify that the console be sized to fit a
|