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
34 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()
382 !(screen_info.flags & VIDEO_FLAGS_NOCURSOR); in vgacon_init()
Completed in 6 milliseconds