Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py410 def cursor_on(self,is_on): member in NBox
651 self.cursor_on(False)
667 self.cursor_on(True)
834 self.package_view.cursor_on(False)
851 self.package_view.cursor_on(True)
1215 active_package.cursor_on(True)
1228 active_package.cursor_on(False)
1307 active_package.cursor_on(True)
1323 active_package.cursor_on(True)
1386 active_package.cursor_on(False)
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.c47 bool cursor_on; member
279 ctl->cursor_on = enable; in mdp5_ctl_set_cursor()
390 if (ctl->cursor_on) in mdp5_ctl_blend()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfb.h343 int cursor_on; member
H A Dintelfbhw.c437 DBG_MSG("cursor_on is %d\n", dinfo->cursor_on); in intelfbhw_do_blank()
439 if (dinfo->cursor_on) { in intelfbhw_do_blank()
444 dinfo->cursor_on = 1; in intelfbhw_do_blank()
1873 dinfo->cursor_on = 0; in intelfbhw_cursor_hide()
1898 dinfo->cursor_on = 1; in intelfbhw_cursor_show()
/openbmc/qemu/ui/
H A Dconsole.c54 bool cursor_on; member
683 dcl->ops->dpy_mouse_set(dcl, con->cursor_x, con->cursor_y, con->cursor_on); in dcl_set_graphic_cursor()
947 con->cursor_on = on; in dpy_mouse_set()