Home
last modified time | relevance | path

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

/drivers/staging/vboxvideo/
Dvbox_mode.c734 bool cursor_enabled = false; in vbox_cursor_set2() local
738 vbox_crtc->cursor_enabled = false; in vbox_cursor_set2()
741 if (to_vbox_crtc(crtci)->cursor_enabled) in vbox_cursor_set2()
742 cursor_enabled = true; in vbox_cursor_set2()
745 if (!cursor_enabled) in vbox_cursor_set2()
751 vbox_crtc->cursor_enabled = true; in vbox_cursor_set2()
Dvbox_drv.h152 bool cursor_enabled; member