Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 25 of 28) sorted by relevance

12

/qemu/hw/display/
H A Dframebuffer.c28 unsigned rows, in framebuffer_update_memory_section() argument
31 hwaddr src_len = (hwaddr)rows * src_width; in framebuffer_update_memory_section()
59 int rows, /* Height in pixels. */ in framebuffer_update_display() argument
94 dest -= dest_row_pitch * (rows - 1); in framebuffer_update_display()
102 snap = memory_region_snapshot_and_clear_dirty(mem, addr, src_width * rows, in framebuffer_update_display()
104 for (; i < rows; i++) { in framebuffer_update_display()
H A Dnext-fb.c43 uint32_t rows; member
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()
116 s->rows = 832; in nextfb_realize()
119 qemu_console_resize(s->con, s->cols, s->rows); in nextfb_realize()
H A Dpl110.c72 int rows; member
98 VMSTATE_INT32(rows, PL110State),
295 s->rows, src_width); in pl110_update_display()
299 s->cols, s->rows, 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()
364 s->rows = height; in pl110_resize()
460 pl110_resize(s, n, s->rows); in pl110_write()
495 qemu_console_resize(s->con, s->cols, s->rows); in pl110_write()
H A Dframebuffer.h25 unsigned rows,
55 int rows,
H A Dtrace-events192 dm163_activated_rows(int new_state) "Activated rows : 0x%" PRIx32 ""
/qemu/include/standard-headers/linux/
H A Dvirtio_console.h50 __virtio16 rows; member
/qemu/scripts/simplebench/
H A Dtable_templater.py45 self.rows = list(itertools.product(*r_switches))
H A Dimg_bench_templater.py89 cases = [{'id': ' / '.join(x), 'data': x} for x in templater.rows]
/qemu/docs/about/
H A Demulation.rst11 :header-rows: 1
158 :header-rows: 1
264 :header-rows: 1
283 :header-rows: 1
329 :header-rows: 1
375 :header-rows: 1
423 :header-rows: 1
489 :header-rows: 1
611 :header-rows: 1
729 :header-rows: 1
[all …]
H A Dbuild-platforms.rst41 :header-rows: 1
/qemu/hw/ppc/
H A Damigaone.c261 uint32_t rows = bank_size / spd[13] / spd[17]; in fix_spd_data() local
262 spd[3] = ctz32(rows) - spd[4]; in fix_spd_data()
/qemu/tests/qemu-iotests/tests/
H A Dvvfat120 rows = num * SECTOR_SIZE // 16
121 output_rows = output.split("\n")[:rows]
/qemu/docs/system/devices/
H A Dkeyboard.rst37 :header-rows: 1
H A Dvhost-user.rst23 :header-rows: 1
/qemu/docs/specs/
H A Driscv-aia.rst40 :header-rows: 1
/qemu/docs/system/
H A Dintroduction.rst15 :header-rows: 1
124 :header-rows: 1
H A Dcpu-models-x86.rst.inc61 :header-rows: 1
/qemu/docs/devel/
H A Dmaintainers.rst36 :header-rows: 1
/qemu/include/hw/xen/interface/
H A Dxen.h924 uint16_t rows, columns; member
/qemu/docs/devel/migration/
H A Dqatzip-compression.rst133 :header-rows: 1
/qemu/qapi/
H A Dchar.json415 # @rows: console height, in chars
427 '*rows': 'int' },
/qemu/hw/char/
H A Dvirtio-serial-bus.c575 config->rows = 0; in get_config()
675 qemu_put_be16(f, config.rows); in virtio_serial_save_device()
/qemu/ui/
H A Dconsole-vc.c1116 height = vc->rows * FONT_HEIGHT; in vc_chr_open()
1180 vc->rows = val; in vc_chr_parse()
/qemu/hw/arm/
H A Domap1.c1940 uint8_t *row, rows = 0, cols = ~s->cols; in omap_mpuio_kbd_update() local
1944 rows |= i; in omap_mpuio_kbd_update()
1946 qemu_set_irq(s->kbd_irq, rows && !s->kbd_mask && s->clk); in omap_mpuio_kbd_update()
1947 s->row_latch = ~rows; in omap_mpuio_kbd_update()
/qemu/docs/
H A Dqdev-device-use.txt199 * vc:<COLS>Cx<ROWS>C becomes -chardev vc,cols=<COLS>,rows=<ROWS>

12