Home
last modified time | relevance | path

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

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