Searched refs:vc_cons (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/accessibility/speakup/ |
H A D | buffers.c | 31 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()
|
H A D | selection.c | 41 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 D | main.c | 1692 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()
|
H A D | kobjects.c | 336 struct vc_data *vc = vc_cons[fg_console].d; in silent_store()
|
/linux/drivers/tty/vt/ |
H A D | vt_ioctl.c | 46 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() 922 vc = vc_cons[i].d; in vt_ioctl() 926 __vc_resize(vc_cons[i].d, cc, ll, true); in vt_ioctl() 1139 old_vc_mode = vc_cons[fg_console].d->vc_mode; in complete_change_console() 1223 vc = vc_cons[fg_console].d; in change_console()
|
H A D | vt.c | 137 struct vc vc_cons [MAX_NR_CONSOLES]; variable 138 EXPORT_SYMBOL(vc_cons); 933 struct vc_data *old_vc = vc_cons[fg_console].d; in redraw_screen() 987 return (i < MAX_NR_CONSOLES && vc_cons[i].d); in vc_cons_allocated() 1056 if (vc_cons[currcons].d) in vc_allocate() 1069 vc_cons[currcons].d = vc; in vc_allocate() 1072 INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK); in vc_allocate() 1101 vc_cons[currcons].d = NULL; in vc_allocate() 1329 param.vc = vc = vc_cons[currcons].d; in vc_deallocate() 1337 vc_cons[currcon in vc_deallocate() [all...] |
H A D | consolemap.c | 335 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()
|
H A D | selection.c | 383 ret = vc_selection(vc_cons[fg_console].d, v, tty);
|
H A D | keyboard.c | 640 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; in fn_SAK() 1388 struct vc_data *vc = vc_cons[fg_console].d; in kbd_rawcode() 1397 struct vc_data *vc = vc_cons[fg_console].d; in kbd_keycode()
|
H A D | vc_screen.c | 198 return vc_cons[currcons].d; in vcs_vc()
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 238 vc = vc_cons[i].d; in fbcon_rotate_all() 382 vc = vc_cons[ops->currcon].d; in fb_flashcursor() 815 struct vc_data *fg_vc = vc_cons[fg_console].d; in con2fb_init_display() 824 update_screen(vc_cons[fg_console].d); in con2fb_init_display() 840 struct vc_data *vc = vc_cons[unit].d; in set_con2fb_map() 944 struct vc_data *vc = vc_cons[fg_console].d; in fbcon_startup() 1045 struct vc_data *fvc = vc_cons[fg_console].d; in fbcon_init() 1365 vc = vc_cons[unit].d; in fbcon_set_disp() 2090 struct vc_data *conp2 = vc_cons[logo_shown].d; in fbcon_switch() 2537 struct vc_data *tmp = vc_cons[i].d; in fbcon_set_font() [all …]
|
/linux/include/linux/ |
H A D | console_struct.h | 172 extern struct vc vc_cons [MAX_NR_CONSOLES];
|
/linux/drivers/video/console/ |
H A D | vgacon.c | 969 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 D | sysrq.c | 119 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; in sysrq_handle_SAK()
|