Searched refs:KD_TEXT (Results 1 – 7 of 7) sorted by relevance
259 mode = KD_TEXT; in vt_kdsetmode()261 case KD_TEXT: in vt_kdsetmode()275 if (mode == KD_TEXT) in vt_kdsetmode()963 vc->vc_mode = KD_TEXT; in reset_vc()1153 if (vc->vc_mode == KD_TEXT) in complete_change_console()1183 if (vc->vc_mode == KD_TEXT) in complete_change_console()
3140 if (vc->vc_mode == KD_TEXT && vc->vc_sw->con_scrolldelta) in console_callback()3243 if (vc->vc_mode != KD_TEXT) in vt_console_print()4171 vc->vc_mode = KD_TEXT; in con_debug_enter()4500 if (vc->vc_mode != KD_TEXT) { in do_blank_screen()4554 if (vc->vc_mode != KD_TEXT) in do_unblank_screen()4736 if (vc->vc_mode != KD_TEXT) in con_font_get()4775 if (vc->vc_mode != KD_TEXT) in con_font_set()4799 if (vc->vc_mode != KD_TEXT) in con_font_set()4828 if (vc->vc_mode != KD_TEXT) { in con_font_default()
45 #define KD_TEXT 0x00 macro
239 if (!vc || vc->vc_mode != KD_TEXT || in fbcon_rotate_all()631 if (con_is_visible(vc) && vc->vc_mode == KD_TEXT) { in fbcon_prepare_logo()1111 if (con_is_visible(vc) && vc->vc_mode == KD_TEXT) { in fbcon_init()2066 if (con_is_visible(vc) && vc->vc_mode == KD_TEXT) { in fbcon_resize()2449 && vc->vc_mode == KD_TEXT) { in fbcon_do_set_font()2666 if (vc->vc_mode != KD_TEXT || in fbcon_modechanged()2706 if (!vc || vc->vc_mode != KD_TEXT || in fbcon_set_all_vcs()2754 if (!vc || vc->vc_mode != KD_TEXT || in fbcon_modechange_possible()3027 if (vc->vc_mode != KD_TEXT || in fbcon_fb_blanked()3071 if (vc && vc->vc_mode == KD_TEXT && in fbcon_get_requirement()[all …]
80 if (conp->vc_mode != KD_TEXT) in sticon_putcs()
510 if (c->vc_mode != KD_TEXT) in vgacon_cursor()1142 if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT) in vgacon_scroll()
2304 if (vc->vc_mode == KD_TEXT) in vt_notifier_call()
Completed in 33 milliseconds