Home
last modified time | relevance | path

Searched refs:vc_mode (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/tty/vt/
Dvt_ioctl.c267 if (vc->vc_mode == mode) in vt_kdsetmode()
270 vc->vc_mode = mode; in vt_kdsetmode()
386 return put_user(vc->vc_mode, (int __user *)arg); in vt_k_ioctl()
965 vc->vc_mode = KD_TEXT; in reset_vc()
1141 old_vc_mode = vc_cons[fg_console].d->vc_mode; in complete_change_console()
1154 if (old_vc_mode != vc->vc_mode) { in complete_change_console()
1155 if (vc->vc_mode == KD_TEXT) in complete_change_console()
1184 if (old_vc_mode != vc->vc_mode) { in complete_change_console()
1185 if (vc->vc_mode == KD_TEXT) in complete_change_console()
1264 if (vc->vc_mode == KD_GRAPHICS) in change_console()
Dvt.c861 if (!con_is_fg(vc) || console_blanked || vc->vc_mode == KD_GRAPHICS) in set_cursor()
982 if (update && vc->vc_mode != KD_GRAPHICS) in redraw_screen()
2953 if (vc->vc_mode == KD_TEXT && vc->vc_sw->con_scrolldelta) in console_callback()
2971 (vc->vt_mode.mode == VT_AUTO && vc->vc_mode == KD_GRAPHICS)) { in set_console()
3056 if (vc->vc_mode != KD_TEXT) in vt_console_print()
3977 saved_vc_mode = vc->vc_mode; in con_debug_enter()
3979 vc->vc_mode = KD_TEXT; in con_debug_enter()
4035 vc_cons[fg_console].d->vc_mode = saved_vc_mode; in con_debug_leave()
4315 if (vc->vc_mode != KD_TEXT) { in do_blank_screen()
4368 if (vc->vc_mode != KD_TEXT) in do_unblank_screen()
[all …]
/linux-6.6.21/include/linux/
Dconsole_struct.h111 unsigned char vc_mode; /* KD_TEXT, ... */ member
/linux-6.6.21/drivers/video/console/
Dsticon.c79 if (conp->vc_mode != KD_TEXT) in sticon_putc()
91 if (conp->vc_mode != KD_TEXT) in sticon_putcs()
Dvgacon.c475 if (c->vc_mode != KD_TEXT) in vgacon_cursor()
1113 if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT) in vgacon_scroll()
/linux-6.6.21/drivers/video/fbdev/core/
Dfbcon.c237 if (!vc || vc->vc_mode != KD_TEXT || in fbcon_rotate_all()
278 vc->vc_mode != KD_TEXT || ops->graphics); in fbcon_is_inactive()
612 if (con_is_visible(vc) && vc->vc_mode == KD_TEXT) { in fbcon_prepare_logo()
1091 if (con_is_visible(vc) && vc->vc_mode == KD_TEXT) { in fbcon_init()
2048 if (con_is_visible(vc) && vc->vc_mode == KD_TEXT) { in fbcon_resize()
2432 && vc->vc_mode == KD_TEXT) { in fbcon_do_set_font()
2677 if (vc->vc_mode != KD_TEXT || in fbcon_modechanged()
2717 if (!vc || vc->vc_mode != KD_TEXT || in fbcon_set_all_vcs()
2765 if (!vc || vc->vc_mode != KD_TEXT || in fbcon_modechange_possible()
3038 if (vc->vc_mode != KD_TEXT || in fbcon_fb_blanked()
[all …]
/linux-6.6.21/drivers/accessibility/speakup/
Dmain.c1801 if (vc->vc_mode == KD_GRAPHICS && !spk_paused && spk_str_pause[0]) { in speakup_con_update()
2237 if (vc->vc_mode == KD_GRAPHICS) in keyboard_notifier_call()
2304 if (vc->vc_mode == KD_TEXT) in vt_notifier_call()