Home
last modified time | relevance | path

Searched refs:vc_cons (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dbuffers.c31 if (vc_cons[i].d && vc_cons[i].d->port.tty) in speakup_start_ttys()
32 start_tty(vc_cons[i].d->port.tty); in speakup_start_ttys()
42 if (vc_cons[i].d && vc_cons[i].d->port.tty) in speakup_stop_ttys()
43 stop_tty(vc_cons[i].d->port.tty); in speakup_stop_ttys()
/linux/drivers/tty/vt/
H A Dconsolemap.c335 p = *vc_cons[i].d->uni_pagedict_loc; in update_user_maps()
337 set_inverse_transl(vc_cons[i].d, p, USER_MAP); in update_user_maps()
379 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()
472 dict2 = *vc_cons[cons].d->uni_pagedict_loc; in con_unify_unimap()
898 if (vc_cons_allocated(i) && !*vc_cons[i].d->uni_pagedict_loc) in console_map_init()
899 con_set_default_unimap(vc_cons[i].d); in console_map_init()
H A Dvt.c137 struct vc vc_cons [MAX_NR_CONSOLES]; variable
138 EXPORT_SYMBOL(vc_cons);
970 struct vc_data *old_vc = vc_cons[fg_console].d; in redraw_screen()
1024 return (i < MAX_NR_CONSOLES && vc_cons[i].d); in vc_cons_allocated()
1093 if (vc_cons[currcons].d) in vc_allocate()
1106 vc_cons[currcons].d = vc; in vc_allocate()
1109 INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK); in vc_allocate()
1138 vc_cons[currcons].d = NULL; in vc_allocate()
1363 param.vc = vc = vc_cons[currcons].d; in vc_deallocate()
1371 vc_cons[currcons].d = NULL; in vc_deallocate()
[all …]
H A Dselection.c380 return vc_selection(vc_cons[fg_console].d, v, tty); in set_selection_kernel()
H A Dkeyboard.c636 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; in fn_SAK()
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()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c245 vc = vc_cons[i].d; in fbcon_rotate_all()
412 vc = vc_cons[par->currcon].d; in fb_flashcursor()
895 struct vc_data *fg_vc = vc_cons[fg_console].d; in con2fb_init_display()
905 update_screen(vc_cons[fg_console].d); in con2fb_init_display()
921 struct vc_data *vc = vc_cons[unit].d; in set_con2fb_map()
1025 struct vc_data *vc = vc_cons[fg_console].d; in fbcon_startup()
1132 struct vc_data *fvc = vc_cons[fg_console].d; in fbcon_init()
1454 vc = vc_cons[unit].d; in fbcon_set_disp()
2162 struct vc_data *conp2 = vc_cons[logo_shown].d; in fbcon_switch()
2616 vc = vc_cons[par->currcon].d; in fbcon_suspended()
[all …]
/linux/include/linux/
H A Dconsole_struct.h204 extern struct vc vc_cons [MAX_NR_CONSOLES];
/linux/drivers/video/console/
H A Dvgacon.c969 struct vc_data *c = vc_cons[i].d; in vgacon_do_font_op()
1026 struct vc_data *c = vc_cons[i].d; in vgacon_adjust_height()
/linux/drivers/tty/
H A Dsysrq.c119 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; in sysrq_handle_SAK()