Home
last modified time | relevance | path

Searched refs:vc_cols (Results 1 – 17 of 17) sorted by relevance

/drivers/video/console/
Dsticon.c140 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 …]
Dnewport_con.c336 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 …]
Dfbcon.c801 fbcon_prepare_logo(fg_vc, fg_info, fg_vc->vc_cols, in con2fb_init_display()
802 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()
1454 0, 0, 0, vc->vc_rows, vc->vc_cols); in ypan_up()
1502 0, vc->vc_rows, vc->vc_cols); in ypan_down()
1671 int offset = ycount * vc->vc_cols; in fbcon_redraw_blit()
1828 fbcon_clear(vc, b - count, 0, count, vc->vc_cols); in fbcon_scroll()
1841 vc->vc_cols); in fbcon_scroll()
1846 vc->vc_cols); in fbcon_scroll()
[all …]
Ddummycon.c41 vc->vc_cols = DUMMY_COLUMNS; in dummycon_init()
Dvgacon.c568 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()
Dmdacon.c351 c->vc_cols = mda_num_columns; in mdacon_init()
Dbitblit.c210 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in bit_clear_margins()
Dfbcon_cw.c179 unsigned int rw = info->var.yres - (vc->vc_cols*cw); in cw_clear_margins()
Dfbcon_ccw.c196 unsigned int rw = info->var.yres - (vc->vc_cols*cw); in ccw_clear_margins()
Dfbcon_ud.c227 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in ud_clear_margins()
/drivers/tty/vt/
Dvt.c323 scr_memsetw(d + (b - t - nr) * vc->vc_cols, vc->vc_video_erase_char, in scrup()
339 step = vc->vc_cols * nr; in scrdown()
353 xx = offset % vc->vc_cols; in do_update_region()
354 yy = offset / vc->vc_cols; in do_update_region()
364 while (xx < vc->vc_cols && count) { in do_update_region()
532 oldx = (offset >> 1) % vc->vc_cols; in complement_pos()
533 oldy = (offset >> 1) / vc->vc_cols; in complement_pos()
544 scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); in insert_char()
549 vc->vc_cols - vc->vc_x); in insert_char()
556 scr_memcpyw(p, p + nr, (vc->vc_cols - vc->vc_x - nr) * 2); in delete_char()
[all …]
Dvc_screen.c175 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()
Dselection.c180 xs = limit(xs, vc->vc_cols - 1); in set_selection()
182 xe = limit(xe, vc->vc_cols - 1); in set_selection()
/drivers/staging/speakup/
Dmain.c527 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) { in get_word()
617 spk_x = vc->vc_cols; in say_prev_word()
631 spk_x = vc->vc_cols - 1; in say_prev_word()
663 if (spk_x == vc->vc_cols - 1 && spk_y == vc->vc_rows - 1) { in say_next_word()
677 if (spk_x >= vc->vc_cols - 1) { in say_next_word()
746 for (i = 0; i < vc->vc_cols; i++) { in get_line()
879 end = vc->vc_origin + ((spk_y) * vc->vc_size_row) + vc->vc_cols * 2; in get_sentence_buf()
983 spk_pos += (vc->vc_cols - spk_x - 1) * 2; in right_edge()
[all …]
Dselection.c59 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()
/drivers/accessibility/braille/
Dbraille_console.c193 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call()
198 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
/drivers/usb/misc/sisusbvga/
Dsisusb_con.c263 c->vc_cols = cols; in sisusbcon_init()
452 if (x == 0 && width >= c->vc_cols) { in sisusbcon_clear()
1395 vc->vc_cols = 80; in sisusbdummycon_init()