/linux-4.4.14/drivers/video/console/ |
D | sticon.c | 140 car1 = conp->vc_screenbuf[conp->vc_x + conp->vc_y * conp->vc_cols]; in sticon_cursor() 172 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols); in sticon_scroll() 173 sti_clear(sti, b - count, 0, count, conp->vc_cols, conp->vc_video_erase_char); in sticon_scroll() 177 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols); in sticon_scroll() 178 sti_clear(sti, t, 0, count, conp->vc_cols, conp->vc_video_erase_char); in sticon_scroll() 204 int vc_cols, vc_rows; in sticon_init() local 207 vc_cols = sti_onscreen_x(sti) / sti->font_width; in sticon_init() 212 c->vc_cols = vc_cols; in sticon_init() 217 vc_resize(c, vc_cols, vc_rows); in sticon_init() 253 sti_clear(sticon_sti, 0,0, c->vc_rows, c->vc_cols, BLANK); in sticon_blank() [all …]
|
D | newport_con.c | 336 vc->vc_cols = cols; in newport_init() 459 ycurs = ((xcurs / vc->vc_cols) << 4) + 31; in newport_cursor() 460 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; in newport_cursor() 612 count = (b - t - lines) * vc->vc_cols; in newport_scroll() 627 if (++x == vc->vc_cols) { in newport_scroll() 636 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll() 643 if (++x == vc->vc_cols) { in newport_scroll() 649 x = vc->vc_cols - 1; in newport_scroll() 663 x = vc->vc_cols - 1; in newport_scroll() 671 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll() [all …]
|
D | fbcon.c | 799 fbcon_prepare_logo(fg_vc, fg_info, fg_vc->vc_cols, in con2fb_init_display() 800 fg_vc->vc_rows, fg_vc->vc_cols, in con2fb_init_display() 1102 cols = vc->vc_cols; in fbcon_init() 1144 vc->vc_cols = new_cols; in fbcon_init() 1455 0, 0, 0, vc->vc_rows, vc->vc_cols); in ypan_up() 1503 0, vc->vc_rows, vc->vc_cols); in ypan_down() 1672 int offset = ycount * vc->vc_cols; in fbcon_redraw_blit() 1829 fbcon_clear(vc, b - count, 0, count, vc->vc_cols); in fbcon_scroll() 1842 vc->vc_cols); in fbcon_scroll() 1847 vc->vc_cols); in fbcon_scroll() [all …]
|
D | dummycon.c | 38 vc->vc_cols = DUMMY_COLUMNS; in dummycon_init()
|
D | vgacon.c | 568 c->vc_cols = vga_video_num_columns; in vgacon_init() 819 int x = c->vc_cols * VGA_FONTWIDTH; in vgacon_switch() 828 vga_video_num_columns = c->vc_cols; in vgacon_switch() 843 vgacon_doresize(c, c->vc_cols, c->vc_rows); in vgacon_switch()
|
D | mdacon.c | 351 c->vc_cols = mda_num_columns; in mdacon_init()
|
D | fbcon_ccw.c | 196 unsigned int rw = info->var.yres - (vc->vc_cols*cw); in ccw_clear_margins()
|
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_ud.c | 227 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in ud_clear_margins()
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 329 scr_memsetw(d + (b - t - nr) * vc->vc_cols, vc->vc_video_erase_char, in scrup() 345 step = vc->vc_cols * nr; in scrdown() 359 xx = offset % vc->vc_cols; in do_update_region() 360 yy = offset / vc->vc_cols; in do_update_region() 370 while (xx < vc->vc_cols && count) { in do_update_region() 538 oldx = (offset >> 1) % vc->vc_cols; in complement_pos() 539 oldy = (offset >> 1) / vc->vc_cols; in complement_pos() 550 scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); in insert_char() 555 vc->vc_cols - vc->vc_x); in insert_char() 562 scr_memcpyw(p, p + nr, (vc->vc_cols - vc->vc_x - nr) * 2); in delete_char() [all …]
|
D | vc_screen.c | 175 size = vc->vc_rows * vc->vc_cols; in vcs_size() 267 maxcol = vc->vc_cols; in vcs_read() 285 con_buf0[1] = (char)vc->vc_cols; in vcs_read() 461 maxcol = vc->vc_cols; in vcs_write()
|
D | selection.c | 180 xs = limit(xs, vc->vc_cols - 1); in set_selection() 182 xe = limit(xe, vc->vc_cols - 1); in set_selection()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | main.c | 530 if (spk_x == vc->vc_cols - 1) { in say_next_char() 563 } else if ((tmpx < vc->vc_cols - 2) in get_word() 581 while (tmpx < vc->vc_cols - 1) { in get_word() 621 spk_x = vc->vc_cols; in say_prev_word() 635 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() 750 for (i = 0; i < vc->vc_cols; i++) { in get_line() 883 end = vc->vc_origin + ((spk_y) * vc->vc_size_row) + vc->vc_cols * 2; in get_sentence_buf() 987 spk_pos += (vc->vc_cols - spk_x - 1) * 2; in right_edge() [all …]
|
D | selection.c | 59 spk_xs = limit(spk_xs, vc->vc_cols - 1); in speakup_set_selection() 61 spk_xe = limit(spk_xe, vc->vc_cols - 1); in speakup_set_selection()
|
/linux-4.4.14/drivers/accessibility/braille/ |
D | braille_console.c | 193 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call() 198 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
|
/linux-4.4.14/include/linux/ |
D | console_struct.h | 28 unsigned int vc_cols; /* [#] Console size */ member
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 265 c->vc_cols = cols; in sisusbcon_init() 458 if (x == 0 && width >= c->vc_cols) { in sisusbcon_clear() 1413 vc->vc_cols = 80; in sisusbdummycon_init()
|