Searched refs:VIDEO_FLAGS_NOCURSOR (Results 1 – 3 of 3) sorted by relevance
71 #define VIDEO_FLAGS_NOCURSOR (1 << 0) /* The video mode has no cursor set */ macro
36 boot_params.screen_info.flags |= VIDEO_FLAGS_NOCURSOR; in store_cursor_position()39 boot_params.screen_info.flags |= VIDEO_FLAGS_NOCURSOR; in store_cursor_position()
614 !(screen_info.flags & VIDEO_FLAGS_NOCURSOR); in vgacon_init()