Home
last modified time | relevance | path

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

/linux/drivers/video/console/
A Dsticon.c143 sti_clear(sti, b - count, 0, 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()
277 int vc_cols, vc_rows; in sticon_init() local
280 vc_cols = sti_onscreen_x(sti) / sti->font->width; in sticon_init()
285 c->vc_cols = vc_cols; in sticon_init()
[all …]
A Dnewport_con.c335 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 …]
A Ddummycon.c104 vc->vc_cols = DUMMY_COLUMNS; in dummycon_init()
A Dvgacon.c383 c->vc_cols = vga_video_num_columns; in vgacon_init()
629 int x = c->vc_cols * VGA_FONTWIDTH; in vgacon_switch()
638 vga_video_num_columns = c->vc_cols; in vgacon_switch()
653 vgacon_doresize(c, c->vc_cols, c->vc_rows); in vgacon_switch()
A Dmdacon.c361 c->vc_cols = mda_num_columns; in mdacon_init()
/linux/drivers/tty/vt/
A Dvt.c652 xx = offset % vc->vc_cols; in do_update_region()
653 yy = offset / vc->vc_cols; in do_update_region()
850 vc->vc_cols - vc->state.x); in insert_char()
864 vc->vc_cols - vc->state.x); in delete_char()
1270 vc->vc_cols = new_cols; in vc_do_resize()
1336 ws.ws_col = vc->vc_cols; in vc_do_resize()
1459 if (new_x >= vc->vc_cols) in gotoxy()
1606 count = vc->vc_cols; in csi_K()
3455 vc->vc_cols = cols; in vc_init()
4058 if (vc->vc_cols < 999) { in con_debug_enter()
[all …]
A Dvc_screen.c215 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()
482 unsigned int col, maxcol = vc->vc_cols; in vcs_write_buf_noattr()
522 unsigned int col, maxcol = vc->vc_cols; in vcs_write_buf()
A Dselection.c329 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()
/linux/drivers/accessibility/speakup/
A Dmain.c525 if (spk_x == vc->vc_cols - 1) { in say_next_char()
558 } else if (tmpx < vc->vc_cols - 2 && in get_word()
576 while (tmpx < vc->vc_cols - 1) { in get_word()
618 spk_x = vc->vc_cols; in say_prev_word()
632 spk_x = vc->vc_cols - 1; in say_prev_word()
680 if (spk_x >= vc->vc_cols - 1) { in say_next_word()
758 for (i = 0; i < vc->vc_cols; i++) { in get_line()
997 spk_x = vc->vc_cols - 1; in right_edge()
1879 win_right = vc->vc_cols - 1; in speakup_win_set()
1991 if (goto_pos >= vc->vc_cols) in handle_goto()
[all …]
/linux/drivers/accessibility/braille/
A Dbraille_console.c180 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call()
185 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
/linux/drivers/video/fbdev/core/
A Dfbcon.c805 fbcon_prepare_logo(fg_vc, fg_info, fg_vc->vc_cols, in con2fb_init_display()
806 fg_vc->vc_rows, fg_vc->vc_cols, in con2fb_init_display()
1098 cols = vc->vc_cols; in fbcon_init()
1134 vc->vc_cols = new_cols; in fbcon_init()
1470 count * vc->vc_cols); in fbcon_scroll()
1483 -count * vc->vc_cols); in fbcon_scroll()
1484 fbcon_clear(vc, t, 0, count, vc->vc_cols); in fbcon_scroll()
1703 fbcon_clear(vc, 0, 0, vc->vc_rows, vc->vc_cols); in fbcon_generic_blank()
2090 x = offset % vc->vc_cols; in fbcon_getxy()
2091 y = offset / vc->vc_cols; in fbcon_getxy()
[all …]
A Dfbcon_ccw.c177 unsigned int rw = info->var.yres - (vc->vc_cols*cw); in ccw_clear_margins()
A Dfbcon_cw.c160 unsigned int rw = info->var.yres - (vc->vc_cols*cw); in cw_clear_margins()
A Dbitblit.c195 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in bit_clear_margins()
A Dfbcon_ud.c207 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in ud_clear_margins()
/linux/include/linux/
A Dconsole_struct.h100 unsigned int vc_cols; /* [#] Console size */ member
/linux/drivers/usb/misc/sisusbvga/
A Dsisusb_con.c257 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()

Completed in 39 milliseconds