Home
last modified time | relevance | path

Searched refs:cursor_enabled (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_mode.c767 bool cursor_enabled = false; in vbox_cursor_set2() local
771 vbox_crtc->cursor_enabled = false; in vbox_cursor_set2()
774 if (to_vbox_crtc(crtci)->cursor_enabled) in vbox_cursor_set2()
775 cursor_enabled = true; in vbox_cursor_set2()
778 if (!cursor_enabled) in vbox_cursor_set2()
784 vbox_crtc->cursor_enabled = true; in vbox_cursor_set2()
Dvbox_drv.h152 bool cursor_enabled; member