Home
last modified time | relevance | path

Searched refs:fg_console (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/accessibility/braille/
H A Dbraille_console.c234 on_off = vt_get_leds(fg_console, VC_CAPSLOCK); in keyboard_notifier_call()
237 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in keyboard_notifier_call()
240 on_off = vt_get_leds(fg_console, VC_SCROLLOCK); in keyboard_notifier_call()
278 if (vc->vc_num != fg_console) in vt_notifier_call()
/linux/drivers/tty/vt/
H A Dvt.c192 int fg_console; variable
193 EXPORT_SYMBOL(fg_console);
309 return vc->vc_num == fg_console; in con_is_fg()
970 struct vc_data *old_vc = vc_cons[fg_console].d; in redraw_screen()
976 fg_console = vc->vc_num; in redraw_screen()
1901 return vc_cons[fg_console].d->vc_report_mouse; in mouse_reporting()
3355 if (want_console != fg_console && in console_callback()
3357 hide_cursor(vc_cons[fg_console].d); in console_callback()
3370 struct vc_data *vc = vc_cons[fg_console].d; in console_callback()
3380 notify_update(vc_cons[fg_console].d); in console_callback()
[all …]
H A Dselection.c255 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection()
380 return vc_selection(vc_cons[fg_console].d, v, tty); in set_selection_kernel()
H A Dkeyboard.c556 int i, cur = fg_console; in fn_dec_console()
573 int i, cur = fg_console; in fn_inc_console()
636 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; in fn_SAK()
1206 struct kbd_struct *kb = kbd_table + fg_console; in getleds()
1422 struct vc_data *vc = vc_cons[fg_console].d; in kbd_rawcode()
1431 struct vc_data *vc = vc_cons[fg_console].d; in kbd_keycode()
H A Dconsolemap.c379 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c879 par->currcon = fg_console; in con2fb_init_display()
895 struct vc_data *fg_vc = vc_cons[fg_console].d; in con2fb_init_display()
897 fbcon_info_from_console(fg_console); in con2fb_init_display()
904 if (fg_console != unit) in con2fb_init_display()
905 update_screen(vc_cons[fg_console].d); in con2fb_init_display()
962 show_logo = (fg_console == 0 && !user && in set_con2fb_map()
1024 struct fbcon_display *p = &fb_display[fg_console]; in fbcon_startup()
1025 struct vc_data *vc = vc_cons[fg_console].d; in fbcon_startup()
1129 t = &fb_display[fg_console]; in fbcon_init()
1132 struct vc_data *fvc = vc_cons[fg_console].d; in fbcon_init()
[all …]
/linux/include/linux/
H A Dvt_kern.h22 extern int fg_console, last_console, want_console;
/linux/drivers/tty/
H A Dsysrq.c119 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; in sysrq_handle_SAK()
136 vt_reset_unicode(fg_console); in sysrq_handle_unraw()