Home
last modified time | relevance | path

Searched refs:fg_console (Results 1 – 11 of 11) 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/accessibility/speakup/
H A Dselection.c41 if (spk_sel_cons != vc_cons[fg_console].d) { in __speakup_set_selection()
42 spk_sel_cons = vc_cons[fg_console].d; in __speakup_set_selection()
H A Dmain.c1409 if ((vc->vc_num != fg_console) || !synth || spk_shut_up) in read_all_doc()
1697 if (cursor_con != fg_console) { in cursor_done()
1753 if (vc->vc_num == fg_console && spk_keydown) { in speakup_bs()
1766 if ((vc->vc_num != fg_console) || spk_shut_up || !synth) in speakup_con_write()
1823 on_off = vt_get_leds(fg_console, VC_CAPSLOCK); in do_handle_spec()
1827 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in do_handle_spec()
1831 on_off = vt_get_leds(fg_console, VC_SCROLLOCK); in do_handle_spec()
2126 (vt_get_leds(fg_console, VC_NUMLOCK))) { in speakup_key()
2367 struct vc_data *vc = vc_cons[fg_console].d; in speakup_init()
H A Dkobjects.c336 struct vc_data *vc = vc_cons[fg_console].d; in silent_store()
/linux/drivers/tty/vt/
H A Dvt.c192 int fg_console; variable
193 EXPORT_SYMBOL(fg_console);
281 return vc->vc_num == fg_console; in con_is_fg()
942 struct vc_data *old_vc = vc_cons[fg_console].d; in redraw_screen()
948 fg_console = vc->vc_num; in redraw_screen()
1872 return vc_cons[fg_console].d->vc_report_mouse; in mouse_reporting()
3259 if (want_console != fg_console && in console_callback()
3261 hide_cursor(vc_cons[fg_console].d); in console_callback()
3274 struct vc_data *vc = vc_cons[fg_console].d; in console_callback()
3284 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.c555 int i, cur = fg_console; in fn_dec_console()
572 int i, cur = fg_console; in fn_inc_console()
635 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; in fn_SAK()
1147 struct kbd_struct *kb = kbd_table + fg_console; in getleds()
1363 struct vc_data *vc = vc_cons[fg_console].d; in kbd_rawcode()
1372 struct vc_data *vc = vc_cons[fg_console].d; in kbd_keycode()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c831 par->currcon = fg_console; in con2fb_init_display()
847 struct vc_data *fg_vc = vc_cons[fg_console].d; in con2fb_init_display()
849 fbcon_info_from_console(fg_console); in con2fb_init_display()
856 if (fg_console != unit) in con2fb_init_display()
857 update_screen(vc_cons[fg_console].d); in con2fb_init_display()
914 show_logo = (fg_console == 0 && !user && in set_con2fb_map()
976 struct fbcon_display *p = &fb_display[fg_console]; in fbcon_startup()
977 struct vc_data *vc = vc_cons[fg_console].d; in fbcon_startup()
1075 t = &fb_display[fg_console]; in fbcon_init()
1078 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/serial/
H A Dkgdboc.c406 con_debug_enter(vc_cons[fg_console].d); in kgdboc_pre_exp_handler()
/linux/drivers/tty/
H A Dtty_io.c1916 *index = fg_console; in tty_lookup_driver()