Searched refs:VIDEO_FLAGS_NOCURSOR (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dscreen_info.h71 #define VIDEO_FLAGS_NOCURSOR (1 << 0) /* The video mode has no cursor set */ macro
/linux-master/arch/x86/boot/
H A Dvideo.c34 boot_params.screen_info.flags |= VIDEO_FLAGS_NOCURSOR;
37 boot_params.screen_info.flags |= VIDEO_FLAGS_NOCURSOR;
/linux-master/drivers/video/console/
H A Dvgacon.c409 !(vga_si->flags & VIDEO_FLAGS_NOCURSOR);

Completed in 358 milliseconds