Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accessibility/speakup/
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()
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()
Dmain.c1692 struct vc_data *vc = vc_cons[cursor_con].d; in cursor_done()
2367 struct vc_data *vc = vc_cons[fg_console].d; in speakup_init()
2392 if (vc_cons[i].d) { in speakup_init()
2393 err = speakup_allocate(vc_cons[i].d, GFP_KERNEL); in speakup_init()
Dkobjects.c336 struct vc_data *vc = vc_cons[fg_console].d; in silent_store()
/Linux-v6.6/drivers/tty/vt/
Dvt_ioctl.c46 const struct vc_data *vc = vc_cons[i].d; in vt_in_use()
63 if (vc_is_sel(vc_cons[i].d)) in vt_busy()
586 complete_change_console(vc_cons[newvt].d); in vt_reldisp()
615 nvc = vc_cons[vsa.console].d; in vt_setactivate()
704 if (!vc_cons[i].d) in vt_resizex()
707 vcp = vc_cons[i].d; in vt_resizex()
923 vc = vc_cons[i].d; in vt_ioctl()
928 vc_resize(vc_cons[i].d, cc, ll); in vt_ioctl()
1141 old_vc_mode = vc_cons[fg_console].d->vc_mode; in complete_change_console()
1225 vc = vc_cons[fg_console].d; in change_console()
Dvt.c137 struct vc vc_cons [MAX_NR_CONSOLES]; variable
138 EXPORT_SYMBOL(vc_cons);
945 struct vc_data *old_vc = vc_cons[fg_console].d; in redraw_screen()
999 return (i < MAX_NR_CONSOLES && vc_cons[i].d); in vc_cons_allocated()
1068 if (vc_cons[currcons].d) in vc_allocate()
1081 vc_cons[currcons].d = vc; in vc_allocate()
1084 INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK); in vc_allocate()
1113 vc_cons[currcons].d = NULL; in vc_allocate()
1347 param.vc = vc = vc_cons[currcons].d; in vc_deallocate()
1355 vc_cons[currcons].d = NULL; in vc_deallocate()
[all …]
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()
380 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()
475 dict2 = *vc_cons[cons].d->uni_pagedict_loc; in con_unify_unimap()
913 if (vc_cons_allocated(i) && !*vc_cons[i].d->uni_pagedict_loc) in console_map_init()
914 con_set_default_unimap(vc_cons[i].d); in console_map_init()
Dselection.c360 ret = vc_selection(vc_cons[fg_console].d, v, tty); in set_selection_kernel()
Dkeyboard.c640 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; in fn_SAK()
1390 struct vc_data *vc = vc_cons[fg_console].d; in kbd_rawcode()
1399 struct vc_data *vc = vc_cons[fg_console].d; in kbd_keycode()
Dvc_screen.c198 return vc_cons[currcons].d; in vcs_vc()
/Linux-v6.6/drivers/video/fbdev/core/
Dfbcon.c236 vc = vc_cons[i].d; in fbcon_rotate_all()
368 vc = vc_cons[ops->currcon].d; in fb_flashcursor()
797 struct vc_data *fg_vc = vc_cons[fg_console].d; in con2fb_init_display()
806 update_screen(vc_cons[fg_console].d); in con2fb_init_display()
822 struct vc_data *vc = vc_cons[unit].d; in set_con2fb_map()
924 struct vc_data *vc = vc_cons[fg_console].d; in fbcon_startup()
1025 struct vc_data *fvc = vc_cons[fg_console].d; in fbcon_init()
1347 vc = vc_cons[unit].d; in fbcon_set_disp()
2072 struct vc_data *conp2 = vc_cons[logo_shown].d; in fbcon_switch()
2522 struct vc_data *tmp = vc_cons[i].d; in fbcon_set_font()
[all …]
/Linux-v6.6/include/linux/
Dconsole_struct.h173 extern struct vc vc_cons [MAX_NR_CONSOLES];
/Linux-v6.6/drivers/tty/serial/
Dkgdboc.c386 con_debug_enter(vc_cons[fg_console].d); in kgdboc_pre_exp_handler()
/Linux-v6.6/drivers/video/console/
Dvgacon.c940 struct vc_data *c = vc_cons[i].d; in vgacon_do_font_op()
997 struct vc_data *c = vc_cons[i].d; in vgacon_adjust_height()
/Linux-v6.6/drivers/tty/
Dsysrq.c119 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; in sysrq_handle_SAK()