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

/linux-master/drivers/accessibility/speakup/
H A Dbuffers.c31 if (vc_cons[i].d && vc_cons[i].d->port.tty)
32 start_tty(vc_cons[i].d->port.tty);
42 if (vc_cons[i].d && vc_cons[i].d->port.tty)
43 stop_tty(vc_cons[i].d->port.tty);
H A Dselection.c41 if (spk_sel_cons != vc_cons[fg_console].d) {
42 spk_sel_cons = vc_cons[fg_console].d;
H A Dmain.c1692 struct vc_data *vc = vc_cons[cursor_con].d;
2367 struct vc_data *vc = vc_cons[fg_console].d;
2392 if (vc_cons[i].d) {
2393 err = speakup_allocate(vc_cons[i].d, GFP_KERNEL);
H A Dkobjects.c336 struct vc_data *vc = vc_cons[fg_console].d;
/linux-master/include/linux/
H A Dconsole_struct.h172 extern struct vc vc_cons [MAX_NR_CONSOLES];
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c46 const struct vc_data *vc = vc_cons[i].d;
63 if (vc_is_sel(vc_cons[i].d))
586 complete_change_console(vc_cons[newvt].d);
615 nvc = vc_cons[vsa.console].d;
704 if (!vc_cons[i].d)
707 vcp = vc_cons[i].d;
922 vc = vc_cons[i].d;
926 __vc_resize(vc_cons[i].d, cc, ll, true);
1139 old_vc_mode = vc_cons[fg_console].d->vc_mode;
1223 vc = vc_cons[fg_consol
[all...]
H A Dvt.c137 struct vc vc_cons [MAX_NR_CONSOLES]; variable in typeref:struct:vc
138 EXPORT_SYMBOL(vc_cons); variable
933 struct vc_data *old_vc = vc_cons[fg_console].d;
987 return (i < MAX_NR_CONSOLES && vc_cons[i].d);
1056 if (vc_cons[currcons].d)
1069 vc_cons[currcons].d = vc;
1072 INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK);
1101 vc_cons[currcons].d = NULL;
1329 param.vc = vc = vc_cons[currcons].d;
1337 vc_cons[currcon
[all...]
H A Dconsolemap.c335 p = *vc_cons[i].d->uni_pagedict_loc;
337 set_inverse_transl(vc_cons[i].d, p, USER_MAP);
380 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]);
475 dict2 = *vc_cons[cons].d->uni_pagedict_loc;
913 if (vc_cons_allocated(i) && !*vc_cons[i].d->uni_pagedict_loc)
914 con_set_default_unimap(vc_cons[i].d);
H A Dselection.c369 ret = vc_selection(vc_cons[fg_console].d, v, tty);
H A Dvc_screen.c198 return vc_cons[currcons].d;
H A Dkeyboard.c640 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work;
1390 struct vc_data *vc = vc_cons[fg_console].d;
1399 struct vc_data *vc = vc_cons[fg_console].d;
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c124 /* logo_shown is an index to vc_cons when >= 0; otherwise follows FBCON_LOGO
236 vc = vc_cons[i].d;
368 vc = vc_cons[ops->currcon].d;
797 struct vc_data *fg_vc = vc_cons[fg_console].d;
806 update_screen(vc_cons[fg_console].d);
822 struct vc_data *vc = vc_cons[unit].d;
924 struct vc_data *vc = vc_cons[fg_console].d;
1025 struct vc_data *fvc = vc_cons[fg_console].d;
1345 vc = vc_cons[unit].d;
2070 struct vc_data *conp2 = vc_cons[logo_show
[all...]
/linux-master/drivers/tty/serial/
H A Dkgdboc.c386 con_debug_enter(vc_cons[fg_console].d);
/linux-master/drivers/video/console/
H A Dvgacon.c969 struct vc_data *c = vc_cons[i].d;
1026 struct vc_data *c = vc_cons[i].d;
/linux-master/drivers/tty/
H A Dsysrq.c119 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work;

Completed in 226 milliseconds