| /linux/drivers/video/console/ |
| H A D | sticon.c | 97 car1 = conp->vc_screenbuf[conp->state.x + conp->state.y * conp->vc_cols]; in sticon_cursor() 128 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols, in sticon_scroll() 130 sti_clear(sti, b - count, 0, count, conp->vc_cols, in sticon_scroll() 135 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols, in sticon_scroll() 137 sti_clear(sti, t, 0, count, conp->vc_cols, in sticon_scroll() 160 int vc_cols, vc_rows, vc_old_cols, vc_old_rows; in sticon_set_font() local 228 vc_old_cols = vc->vc_cols; in sticon_set_font() 238 vc_cols = sti_onscreen_x(sti) / cooked_font->width; in sticon_set_font() 240 vc_resize(vc, vc_cols, vc_rows); in sticon_set_font() 243 if (vc_cols == vc_old_cols && vc_rows == vc_old_rows) in sticon_set_font() [all …]
|
| H A D | newport_con.c | 335 vc->vc_cols = cols; in newport_init() 456 ycurs = ((xcurs / vc->vc_cols) << 4) + 31; in newport_cursor() 457 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; in newport_cursor() 603 count = (b - t - lines) * vc->vc_cols; in newport_scroll() 618 if (++x == vc->vc_cols) { in newport_scroll() 627 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll() 634 if (++x == vc->vc_cols) { in newport_scroll() 640 x = vc->vc_cols - 1; in newport_scroll() 654 x = vc->vc_cols - 1; in newport_scroll() 662 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll() [all …]
|
| H A D | dummycon.c | 122 vc->vc_cols = DUMMY_COLUMNS; in dummycon_init()
|
| H A D | vgacon.c | 389 c->vc_cols = vga_video_num_columns; in vgacon_init() 619 int x = c->vc_cols * VGA_FONTWIDTH; in vgacon_switch() 628 vga_video_num_columns = c->vc_cols; in vgacon_switch() 643 vgacon_doresize(c, c->vc_cols, c->vc_rows); in vgacon_switch()
|
| H A D | mdacon.c | 361 c->vc_cols = mda_num_columns; in mdacon_init()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 373 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_insert() 384 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_delete() 403 memset32(vc->vc_uni_lines[y++], ' ', vc->vc_cols); in vc_uniscr_clear_lines() 451 if (vc->vc_uni_lines && in_range(pos, 0, vc->vc_cols)) in vc_uniscr_getc() 507 uni_lines = vc_uniscr_alloc(vc->vc_cols, vc->vc_rows); in vc_uniscr_check() 521 for (x = 0; x < vc->vc_cols; x++) { in vc_uniscr_check() 595 clear = src + (rows - nr) * vc->vc_cols; in con_scroll() 608 xx = offset % vc->vc_cols; in do_update_region() 609 yy = offset / vc->vc_cols; in do_update_region() 615 while (xx < vc->vc_cols && count) { in do_update_region() [all …]
|
| H A D | selection.c | 352 v->xs = umin(v->xs - 1, vc->vc_cols - 1); in vc_selection() 354 v->xe = umin(v->xe - 1, vc->vc_cols - 1); in vc_selection()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 851 fbcon_prepare_logo(fg_vc, fg_info, fg_vc->vc_cols, in con2fb_init_display() 852 fg_vc->vc_rows, fg_vc->vc_cols, in con2fb_init_display() 1130 cols = vc->vc_cols; in fbcon_init() 1173 vc->vc_cols = new_cols; in fbcon_init() 1499 0, 0, 0, vc->vc_rows, vc->vc_cols); in ypan_up() 1547 0, vc->vc_rows, vc->vc_cols); in ypan_down() 1623 int offset = ycount * vc->vc_cols; in fbcon_redraw_blit() 1815 __fbcon_clear(vc, b - count, 0, count, vc->vc_cols); in fbcon_scroll() 1827 vc->vc_cols); in fbcon_scroll() 1832 vc->vc_cols); in fbcon_scroll() [all …]
|
| H A D | bitblit.c | 234 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in bit_clear_margins()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | main.c | 526 if (spk_x == vc->vc_cols - 1) { in say_next_char() 559 } else if (tmpx < vc->vc_cols - 2 && in get_word() 577 while (tmpx < vc->vc_cols - 1 && cnt < ARRAY_SIZE(buf) - 1) { in get_word() 619 spk_x = vc->vc_cols; in say_prev_word() 633 spk_x = vc->vc_cols - 1; in say_prev_word() 667 if (spk_x == vc->vc_cols - 1 && spk_y == vc->vc_rows - 1) { in say_next_word() 681 if (spk_x >= vc->vc_cols - 1) { in say_next_word() 759 for (i = 0; i < vc->vc_cols; i++) { in get_line() 892 end = vc->vc_origin + ((spk_y) * vc->vc_size_row) + vc->vc_cols * 2; in get_sentence_buf() 997 spk_pos += (vc->vc_cols - spk_x - 1) * 2; in right_edge() [all …]
|
| /linux/drivers/accessibility/braille/ |
| H A D | braille_console.c | 179 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call() 184 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
|