Lines Matching refs:vc_cons

139 struct vc vc_cons [MAX_NR_CONSOLES];  variable
669 struct vc_data *old_vc = vc_cons[fg_console].d; in redraw_screen()
725 return (i < MAX_NR_CONSOLES && vc_cons[i].d); in vc_cons_allocated()
761 if (!vc_cons[currcons].d) { in vc_allocate()
778 vc_cons[currcons].d = vc; in vc_allocate()
780 INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK); in vc_allocate()
787 vc_cons[currcons].d = NULL; in vc_allocate()
1001 param.vc = vc = vc_cons[currcons].d; in vc_deallocate()
1008 vc_cons[currcons].d = NULL; in vc_deallocate()
1463 return vc_cons[fg_console].d->vc_report_mouse; in mouse_reporting()
2433 hide_cursor(vc_cons[fg_console].d); in console_callback()
2434 change_console(vc_cons[want_console].d); in console_callback()
2446 struct vc_data *vc = vc_cons[fg_console].d; in console_callback()
2456 notify_update(vc_cons[fg_console].d); in console_callback()
2463 struct vc_data *vc = vc_cons[fg_console].d; in set_console()
2528 struct vc_data *vc = vc_cons[fg_console].d; in vt_console_print()
2544 vc = vc_cons[kmsg_console - 1].d; in vt_console_print()
2732 scrollfront(vc_cons[fg_console].d, lines); in tioclinux()
2859 vc = vc_cons[currcons].d; in con_install()
2875 tty->winsize.ws_row = vc_cons[currcons].d->vc_rows; in con_install()
2876 tty->winsize.ws_col = vc_cons[currcons].d->vc_cols; in con_install()
2985 vc_cons[currcons].d = vc = kzalloc(sizeof(struct vc_data), GFP_NOWAIT); in con_init()
2986 INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK); in con_init()
2994 master_display_fg = vc = vc_cons[currcons].d; in con_init()
3138 struct vc_data *vc = vc_cons[i].d; in do_bind_con_driver()
3174 struct vc_data *vc = vc_cons[j].d; in do_bind_con_driver()
3181 vc = vc_cons[k].d; in do_bind_con_driver()
3200 struct vc_data *vc = vc_cons[i].d; in con_is_graphics()
3557 vc_cons[fg_console].d->vc_mode = saved_vc_mode; in con_debug_leave()
3559 vc = vc_cons[fg_console].d; in con_debug_leave()
3773 struct vc_data *vc = vc_cons[fg_console].d; in do_blank_screen()
3854 vc = vc_cons[fg_console].d; in do_unblank_screen()
3920 if (ignore_poke || !vc_cons[fg_console].d || vc_cons[fg_console].d->vc_mode == KD_GRAPHICS) in poke_blanked_console()
3965 vc_cons[i].d->vc_palette[k++] = default_red[j]; in con_set_cmap()
3966 vc_cons[i].d->vc_palette[k++] = default_grn[j]; in con_set_cmap()
3967 vc_cons[i].d->vc_palette[k++] = default_blu[j]; in con_set_cmap()
3969 set_palette(vc_cons[i].d); in con_set_cmap()
4268 EXPORT_SYMBOL(vc_cons);