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);
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()
3354 if (want_console != fg_console && in console_callback()
3356 hide_cursor(vc_cons[fg_console].d); in console_callback()
3369 struct vc_data *vc = vc_cons[fg_console].d; in console_callback()
3379 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 Dvc_screen.c107 currcons = fg_console; in vcs_notifier()
191 currcons = fg_console; in vcs_vc()
H A Dconsolemap.c379 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()
/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()
/linux/drivers/tty/serial/
H A Dkgdboc.c406 con_debug_enter(vc_cons[fg_console].d); in kgdboc_pre_exp_handler()