Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/console/
H A Dsticon.c130 sti_clear(sti, b - count, 0, count, conp->vc_cols, in sticon_scroll()
137 sti_clear(sti, t, 0, count, conp->vc_cols, in sticon_scroll()
160 int vc_cols, vc_rows, vc_old_cols, vc_old_rows; in sticon_set_font() local
228 vc_old_cols = vc->vc_cols; in sticon_set_font()
238 vc_cols = sti_onscreen_x(sti) / cooked_font->width; in sticon_set_font()
240 vc_resize(vc, vc_cols, vc_rows); in sticon_set_font()
243 if (vc_cols == vc_old_cols && vc_rows == vc_old_rows) in sticon_set_font()
266 int vc_cols, vc_rows; in sticon_init() local
269 vc_cols = sti_onscreen_x(sti) / sti->font->width; in sticon_init()
274 c->vc_cols = vc_cols; in sticon_init()
[all …]
H A Dnewport_con.c335 vc->vc_cols = cols; in newport_init()
456 ycurs = ((xcurs / vc->vc_cols) << 4) + 31; in newport_cursor()
457 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; in newport_cursor()
603 count = (b - t - lines) * vc->vc_cols; in newport_scroll()
618 if (++x == vc->vc_cols) { in newport_scroll()
627 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll()
634 if (++x == vc->vc_cols) { in newport_scroll()
640 x = vc->vc_cols - 1; in newport_scroll()
654 x = vc->vc_cols - 1; in newport_scroll()
662 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll()
[all …]
H A Ddummycon.c109 vc->vc_cols = DUMMY_COLUMNS; in dummycon_init()
H A Dvgacon.c389 c->vc_cols = vga_video_num_columns; in vgacon_init()
619 int x = c->vc_cols * VGA_FONTWIDTH; in vgacon_switch()
628 vga_video_num_columns = c->vc_cols; in vgacon_switch()
643 vgacon_doresize(c, c->vc_cols, c->vc_rows); in vgacon_switch()
H A Dmdacon.c361 c->vc_cols = mda_num_columns; in mdacon_init()
/linux-6.15/drivers/tty/vt/
H A Dvt.c599 xx = offset % vc->vc_cols; in do_update_region()
600 yy = offset / vc->vc_cols; in do_update_region()
789 vc->vc_cols - vc->state.x); in insert_char()
803 vc->vc_cols - vc->state.x); in delete_char()
1200 vc->vc_cols = new_cols; in vc_do_resize()
1266 ws.ws_col = vc->vc_cols; in vc_do_resize()
1395 if (new_x >= vc->vc_cols) in gotoxy()
1396 vc->state.x = vc->vc_cols - 1; in gotoxy()
1555 count = vc->vc_cols; in csi_K()
4188 if (vc->vc_cols < 999) { in con_debug_enter()
[all …]
H 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()
H A Dselection.c352 v->xs = min_t(u16, v->xs - 1, vc->vc_cols - 1); in vc_selection()
354 v->xe = min_t(u16, v->xe - 1, vc->vc_cols - 1); in vc_selection()
/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c1096 cols = vc->vc_cols; in fbcon_init()
1139 vc->vc_cols = new_cols; in fbcon_init()
1792 vc->vc_cols); in fbcon_scroll()
1797 vc->vc_cols); in fbcon_scroll()
1833 vc->vc_cols); in fbcon_scroll()
1838 vc->vc_cols); in fbcon_scroll()
1850 count * vc->vc_cols); in fbcon_scroll()
1881 vc->vc_cols); in fbcon_scroll()
1885 vc->vc_cols); in fbcon_scroll()
1903 vc->vc_cols); in fbcon_scroll()
[all …]
H A Dtileblit.c79 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in tile_clear_margins()
H A Dbitblit.c209 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in bit_clear_margins()
H A Dfbcon_ccw.c195 unsigned int rw = info->var.yres - (vc->vc_cols*cw); in ccw_clear_margins()
H A Dfbcon_cw.c178 unsigned int rw = info->var.yres - (vc->vc_cols*cw); in cw_clear_margins()
H A Dfbcon_ud.c226 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in ud_clear_margins()
/linux-6.15/drivers/accessibility/speakup/
H A Dmain.c526 if (spk_x == vc->vc_cols - 1) { in say_next_char()
559 } else if (tmpx < vc->vc_cols - 2 && in get_word()
619 spk_x = vc->vc_cols; in say_prev_word()
633 spk_x = vc->vc_cols - 1; in say_prev_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()
998 spk_x = vc->vc_cols - 1; in right_edge()
1893 win_right = vc->vc_cols - 1; in speakup_win_set()
2005 if (goto_pos >= vc->vc_cols) in handle_goto()
2006 goto_pos = vc->vc_cols - 1; in handle_goto()
[all …]
/linux-6.15/drivers/accessibility/braille/
H A Dbraille_console.c179 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call()
184 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
/linux-6.15/include/linux/
H A Dconsole_struct.h99 unsigned int vc_cols; /* [#] Console size */ member