Home
last modified time | relevance | path

Searched refs:cursor_update (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py401 cursor_update(turn_on=False)
407 cursor_update(turn_on=True)
412 self.cursor_update(is_on)
415 def cursor_update(self,turn_on=True): member in NBox
440 self.cursor_update(turn_on=False)
447 self.cursor_update(turn_on=True)
454 self.cursor_update(turn_on=False)
461 self.cursor_update(turn_on=True)
469 self.cursor_update(turn_on=False)
475 self.cursor_update(turn_on=True)
[all …]
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h103 VhostUserGpuCursorUpdate cursor_update; member
H A Dvhost-user-gpu.c986 .payload.cursor_update = { in vg_process_cursor_cmd()
999 msg.payload.cursor_update.data); in vg_process_cursor_cmd()
1002 msg.payload.cursor_update.data); in vg_process_cursor_cmd()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c99 VhostUserGpuCursorUpdate cursor_update; member
134 VhostUserGpuCursorUpdate *up = &msg->payload.cursor_update; in vhost_user_gpu_handle_cursor()
/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst163 VhostUserGpuCursorUpdate cursor_update;