Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dscreen_info.h71 #define VIDEO_FLAGS_NOCURSOR (1 << 0) /* The video mode has no cursor set */ macro
/linux/drivers/video/console/
H A Dvgacon.c409 !(vga_si->flags & VIDEO_FLAGS_NOCURSOR); in vgacon_init()