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

/drivers/video/console/
H A Dsticon.c140 car1 = conp->vc_screenbuf[conp->vc_x + conp->vc_y * conp->vc_cols];
172 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols);
173 sti_clear(sti, b - count, 0, count, conp->vc_cols, conp->vc_video_erase_char);
177 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols);
178 sti_clear(sti, t, 0, count, conp->vc_cols, conp->vc_video_erase_char);
204 int vc_cols, vc_rows; local
207 vc_cols = sti_onscreen_x(sti) / sti->font_width;
212 c->vc_cols = vc_cols;
216 /* vc_cols
[all...]
H A Ddummycon.c41 vc->vc_cols = DUMMY_COLUMNS;
H A Dnewport_con.c331 vc->vc_cols = newport_xsize / 8;
453 ycurs = ((xcurs / vc->vc_cols) << 4) + 31;
454 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction;
606 count = (b - t - lines) * vc->vc_cols;
621 if (++x == vc->vc_cols) {
630 for (count = 0; count < (lines * vc->vc_cols); count++) {
637 if (++x == vc->vc_cols) {
643 x = vc->vc_cols - 1;
657 x = vc->vc_cols - 1;
665 for (count = 0; count < (lines * vc->vc_cols); coun
[all...]
H A Dfbcon.c796 fbcon_prepare_logo(fg_vc, fg_info, fg_vc->vc_cols,
797 fg_vc->vc_rows, fg_vc->vc_cols,
1095 cols = vc->vc_cols;
1137 vc->vc_cols = new_cols;
1433 0, 0, 0, vc->vc_rows, vc->vc_cols);
1481 0, vc->vc_rows, vc->vc_cols);
1650 int offset = ycount * vc->vc_cols;
1807 fbcon_clear(vc, b - count, 0, count, vc->vc_cols);
1820 vc->vc_cols);
1825 vc->vc_cols);
[all...]
H A Dvgacon.c566 c->vc_cols = vga_video_num_columns;
817 int x = c->vc_cols * VGA_FONTWIDTH;
826 vga_video_num_columns = c->vc_cols;
841 vgacon_doresize(c, c->vc_cols, c->vc_rows);
H A Dmdacon.c351 c->vc_cols = mda_num_columns;
H A Dbitblit.c211 unsigned int rw = info->var.xres - (vc->vc_cols*cw);
H A Dfbcon_ccw.c196 unsigned int rw = info->var.yres - (vc->vc_cols*cw);
H A Dfbcon_cw.c180 unsigned int rw = info->var.yres - (vc->vc_cols*cw);
H A Dfbcon_ud.c227 unsigned int rw = info->var.xres - (vc->vc_cols*cw);
/drivers/staging/speakup/
H A Dselection.c54 xs = limit(xs, vc->vc_cols - 1);
56 xe = limit(xe, vc->vc_cols - 1);
H A Dmain.c520 if (spk_x == vc->vc_cols - 1) {
551 } else if ((tmpx < vc->vc_cols - 2)
569 while (tmpx < vc->vc_cols - 1) {
607 spk_x = vc->vc_cols;
621 spk_x = vc->vc_cols - 1;
653 if (spk_x == vc->vc_cols - 1 && spk_y == vc->vc_rows - 1) {
667 if (spk_x >= vc->vc_cols - 1) {
735 for (i = 0; i < vc->vc_cols; i++) {
865 end = vc->vc_origin + ((spk_y) * vc->vc_size_row) + vc->vc_cols * 2;
967 spk_pos += (vc->vc_cols
[all...]
/drivers/tty/vt/
H A Dvt.c324 scr_memsetw(d + (b - t - nr) * vc->vc_cols, vc->vc_video_erase_char,
340 step = vc->vc_cols * nr;
354 xx = offset % vc->vc_cols;
355 yy = offset / vc->vc_cols;
365 while (xx < vc->vc_cols && count) {
531 oldx = (offset >> 1) % vc->vc_cols;
532 oldy = (offset >> 1) / vc->vc_cols;
543 p = q + vc->vc_cols - nr - vc->vc_x;
551 vc->vc_cols - vc->vc_x - nr);
564 while (++i <= vc->vc_cols
[all...]
H A Dvc_screen.c173 size = vc->vc_rows * vc->vc_cols;
280 maxcol = vc->vc_cols;
298 con_buf0[1] = (char)vc->vc_cols;
474 maxcol = vc->vc_cols;
H A Dselection.c155 xs = limit(xs, vc->vc_cols - 1);
157 xe = limit(xe, vc->vc_cols - 1);
/drivers/accessibility/braille/
H A Dbraille_console.c193 vc_x = vc->vc_cols-WIDTH;
198 if (vc_x + WIDTH < vc->vc_cols) {
/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c263 c->vc_cols = cols;
452 if (x == 0 && width >= c->vc_cols) {
1395 vc->vc_cols = 80;

Completed in 1760 milliseconds