Home
last modified time | relevance | path

Searched refs:cursor_pos (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_types.h76 u_long reading_pos, cursor_pos; member
94 #define spk_cp (speakup_console[vc->vc_num]->cursor_pos)
/openbmc/qemu/hw/display/
H A Dartist.c76 uint32_t cursor_pos; member
328 if (s->cursor_pos == 0) { in artist_get_cursor_pos()
340 xHi = s->cursor_pos >> 19; in artist_get_cursor_pos()
343 xLo = (s->cursor_pos >> 16) & 0x07; in artist_get_cursor_pos()
350 *y = s->height - artist_get_y(s->cursor_pos); in artist_get_cursor_pos()
1093 combine_write_reg(addr, val, size, &s->cursor_pos); in artist_reg_write()
1455 VMSTATE_UINT32(cursor_pos, ARTISTState),
H A Dvhost-user-gpu.c97 VhostUserGpuCursorPos cursor_pos; member
124 VhostUserGpuCursorPos *pos = &msg->payload.cursor_pos; in vhost_user_gpu_handle_cursor()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h102 VhostUserGpuCursorPos cursor_pos; member
H A Dvhost-user-gpu.c972 .payload.cursor_pos = { in vg_process_cursor_cmd()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Ddc.h232 uint cursor_pos; /* _DISP_CURSOR_POSITION_0 */ member
/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst162 VhostUserGpuCursorPos cursor_pos;