Home
last modified time | relevance | path

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

12

/qemu/hw/display/
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()
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()
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()
A Dframebuffer.h25 unsigned rows,
55 int rows,
A Dtrace-events192 dm163_activated_rows(int new_state) "Activated rows : 0x%" PRIx32 ""
/qemu/hw/ppc/
A Damigaone.c63 uint32_t rows = bank_size / spd[13] / spd[17]; in fix_spd_data() local
64 spd[3] = ctz32(rows) - spd[4]; in fix_spd_data()
/qemu/include/standard-headers/linux/
A Dvirtio_console.h50 __virtio16 rows; member
/qemu/scripts/simplebench/
A Dimg_bench_templater.py89 cases = [{'id': ' / '.join(x), 'data': x} for x in templater.rows]
A Dtable_templater.py45 self.rows = list(itertools.product(*r_switches))
/qemu/docs/about/
A Demulation.rst11 :header-rows: 1
158 :header-rows: 1
262 :header-rows: 1
281 :header-rows: 1
327 :header-rows: 1
373 :header-rows: 1
421 :header-rows: 1
487 :header-rows: 1
609 :header-rows: 1
727 :header-rows: 1
[all …]
A Dbuild-platforms.rst38 :header-rows: 1
/qemu/tests/qemu-iotests/tests/
A Dvvfat120 rows = num * SECTOR_SIZE // 16
121 output_rows = output.split("\n")[:rows]
/qemu/docs/system/devices/
A Dkeyboard.rst37 :header-rows: 1
A Dvhost-user.rst23 :header-rows: 1
/qemu/docs/system/
A Dintroduction.rst15 :header-rows: 1
124 :header-rows: 1
A Dcpu-models-x86.rst.inc61 :header-rows: 1
/qemu/include/hw/xen/interface/
A Dxen.h924 uint16_t rows, columns; member
/qemu/docs/devel/
A Dmaintainers.rst36 :header-rows: 1
A Dsubmitting-a-patch.rst17 :header-rows: 1
/qemu/docs/devel/migration/
A Dqatzip-compression.rst133 :header-rows: 1
/qemu/qapi/
A Dchar.json402 # @rows: console height, in chars
414 '*rows': 'int' },
/qemu/hw/char/
A Dvirtio-serial-bus.c575 config->rows = 0; in get_config()
674 qemu_put_be16(f, config.rows); in virtio_serial_save_device()
/qemu/ui/
A Dconsole-vc.c986 height = vc->rows * FONT_HEIGHT; in vc_chr_open()
1050 vc->rows = val; in vc_chr_parse()
/qemu/hw/arm/
A Domap1.c1938 uint8_t *row, rows = 0, cols = ~s->cols; in omap_mpuio_kbd_update() local
1942 rows |= i; in omap_mpuio_kbd_update()
1944 qemu_set_irq(s->kbd_irq, rows && !s->kbd_mask && s->clk); in omap_mpuio_kbd_update()
1945 s->row_latch = ~rows; in omap_mpuio_kbd_update()
/qemu/docs/
A Dqdev-device-use.txt199 * vc:<COLS>Cx<ROWS>C becomes -chardev vc,cols=<COLS>,rows=<ROWS>

Completed in 43 milliseconds

12