/kernel/linux/linux-5.10/drivers/video/console/ |
D | sticon.c | 107 car1 = conp->vc_screenbuf[conp->state.x + conp->state.y * conp->vc_cols]; in sticon_cursor() 141 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols, in sticon_scroll() 143 sti_clear(sti, b - count, 0, count, conp->vc_cols, in sticon_scroll() 148 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols, in sticon_scroll() 150 sti_clear(sti, t, 0, count, conp->vc_cols, in sticon_scroll() 174 int vc_cols, vc_rows, vc_old_cols, vc_old_rows; in sticon_set_font() local 242 vc_old_cols = vc->vc_cols; in sticon_set_font() 252 vc_cols = sti_onscreen_x(sti) / cooked_font->width; in sticon_set_font() 254 vc_resize(vc, vc_cols, vc_rows); in sticon_set_font() 257 if (vc_cols == vc_old_cols && vc_rows == vc_old_rows) in sticon_set_font() [all …]
|
D | newport_con.c | 335 vc->vc_cols = cols; in newport_init() 458 ycurs = ((xcurs / vc->vc_cols) << 4) + 31; in newport_cursor() 459 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; in newport_cursor() 601 count = (b - t - lines) * vc->vc_cols; in newport_scroll() 616 if (++x == vc->vc_cols) { in newport_scroll() 625 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll() 632 if (++x == vc->vc_cols) { in newport_scroll() 638 x = vc->vc_cols - 1; in newport_scroll() 652 x = vc->vc_cols - 1; in newport_scroll() 660 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll() [all …]
|
D | dummycon.c | 104 vc->vc_cols = DUMMY_COLUMNS; in dummycon_init()
|
D | vgacon.c | 387 c->vc_cols = vga_video_num_columns; in vgacon_init() 633 int x = c->vc_cols * VGA_FONTWIDTH; in vgacon_switch() 642 vga_video_num_columns = c->vc_cols; in vgacon_switch() 657 vgacon_doresize(c, c->vc_cols, c->vc_rows); in vgacon_switch()
|
D | mdacon.c | 361 c->vc_cols = mda_num_columns; in mdacon_init()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
D | vt.c | 386 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_insert() 399 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_delete() 424 unsigned int cols = vc->vc_cols; in vc_uniscr_clear_lines() 518 uniscr = vc_uniscr_alloc(vc->vc_cols, vc->vc_rows); in vc_uniscr_check() 532 for (x = 0; x < vc->vc_cols; x++) { in vc_uniscr_check() 603 for (x = 0; x < vc->vc_cols; x++) { in vc_uniscr_debug_check() 637 clear = s + (b - t - nr) * vc->vc_cols; in con_scroll() 652 xx = offset % vc->vc_cols; in do_update_region() 653 yy = offset / vc->vc_cols; in do_update_region() 663 while (xx < vc->vc_cols && count) { in do_update_region() [all …]
|
D | vc_screen.c | 215 size = vc->vc_rows * vc->vc_cols; in vcs_size() 251 unsigned int nr, row, col, maxcol = vc->vc_cols; in vcs_read_buf_uni() 280 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf_noattr() 301 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf() 307 con_buf[1] = min(vc->vc_cols, 0xFFu); in vcs_read_buf() 483 unsigned int col, maxcol = vc->vc_cols; in vcs_write_buf_noattr() 523 unsigned int col, maxcol = vc->vc_cols; in vcs_write_buf()
|
D | selection.c | 329 v->xs = min_t(u16, v->xs - 1, vc->vc_cols - 1); in vc_selection() 331 v->xe = min_t(u16, v->xe - 1, vc->vc_cols - 1); in vc_selection()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | fbcon.c | 823 fbcon_prepare_logo(fg_vc, fg_info, fg_vc->vc_cols, in con2fb_init_display() 824 fg_vc->vc_rows, fg_vc->vc_cols, in con2fb_init_display() 1119 cols = vc->vc_cols; in fbcon_init() 1163 vc->vc_cols = new_cols; in fbcon_init() 1471 0, 0, 0, vc->vc_rows, vc->vc_cols); in ypan_up() 1519 0, vc->vc_rows, vc->vc_cols); in ypan_down() 1595 int offset = ycount * vc->vc_cols; in fbcon_redraw_blit() 1725 fbcon_clear(vc, b - count, 0, count, vc->vc_cols); in fbcon_scroll() 1737 vc->vc_cols); in fbcon_scroll() 1742 vc->vc_cols); in fbcon_scroll() [all …]
|
D | bitblit.c | 210 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in bit_clear_margins()
|
D | fbcon_cw.c | 179 unsigned int rw = info->var.yres - (vc->vc_cols*cw); in cw_clear_margins()
|
D | fbcon_ccw.c | 196 unsigned int rw = info->var.yres - (vc->vc_cols*cw); in ccw_clear_margins()
|
D | fbcon_ud.c | 227 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in ud_clear_margins()
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | main.c | 528 if (spk_x == vc->vc_cols - 1) { in say_next_char() 561 } else if (tmpx < vc->vc_cols - 2 && in get_word() 579 while (tmpx < vc->vc_cols - 1) { in get_word() 620 spk_x = vc->vc_cols; in say_prev_word() 634 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 …]
|
/kernel/linux/linux-5.10/drivers/accessibility/braille/ |
D | braille_console.c | 180 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call() 185 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
|
/kernel/linux/linux-5.10/include/linux/ |
D | console_struct.h | 100 unsigned int vc_cols; /* [#] Console size */ member
|
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 257 c->vc_cols = cols; in sisusbcon_init() 447 if (x == 0 && width >= c->vc_cols) { in sisusbcon_clear() 1316 vc->vc_cols = 80; in sisusbdummycon_init()
|