Searched refs:vc_cols (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/video/console/ |
| H A D | sticon.c | 97 car1 = conp->vc_screenbuf[conp->state.x + conp->state.y * conp->vc_cols]; in sticon_cursor() 128 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols, in sticon_scroll() 130 sti_clear(sti, b - count, 0, count, conp->vc_cols, in sticon_scroll() 135 sti_bmove(sti, t, 0, t + count, 0, b - t - 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() [all …]
|
| H A D | dummycon.c | 122 vc->vc_cols = DUMMY_COLUMNS; in dummycon_init()
|
| H A D | vgacon.c | 389 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 D | mdacon.c | 361 c->vc_cols = mda_num_columns; in mdacon_init()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 401 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_insert() 412 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_delete() 431 memset32(vc->vc_uni_lines[y++], ' ', vc->vc_cols); in vc_uniscr_clear_lines() 479 if (vc->vc_uni_lines && in_range(pos, 0, vc->vc_cols)) in vc_uniscr_getc() 535 uni_lines = vc_uniscr_alloc(vc->vc_cols, vc->vc_rows); in vc_uniscr_check() 549 for (x = 0; x < vc->vc_cols; x++) { in vc_uniscr_check() 623 clear = src + (rows - nr) * vc->vc_cols; in con_scroll() 636 xx = offset % vc->vc_cols; in do_update_region() 637 yy = offset / vc->vc_cols; in do_update_region() 643 while (xx < vc->vc_cols && count) { in do_update_region() [all …]
|
| H A D | vc_screen.c | 216 size = vc->vc_rows * vc->vc_cols; in vcs_size() 250 unsigned int nr, row, col, maxcol = vc->vc_cols; in vcs_read_buf_uni() 279 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf_noattr() 300 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf() 306 con_buf[1] = min(vc->vc_cols, 0xFFu); in vcs_read_buf() 477 unsigned int col, maxcol = vc->vc_cols; in vcs_write_buf_noattr() 517 unsigned int col, maxcol = vc->vc_cols; in vcs_write_buf()
|
| H A D | selection.c | 352 v->xs = umin(v->xs - 1, vc->vc_cols - 1); in vc_selection() 354 v->xe = umin(v->xe - 1, vc->vc_cols - 1); in vc_selection()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | main.c | 526 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 && cnt < ARRAY_SIZE(buf) - 1) { in get_word() 619 spk_x = vc->vc_cols; in say_prev_word() 633 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() 759 for (i = 0; i < vc->vc_cols; i++) { in get_line() 892 end = vc->vc_origin + ((spk_y) * vc->vc_size_row) + vc->vc_cols * 2; in get_sentence_buf() 997 spk_pos += (vc->vc_cols - spk_x - 1) * 2; in right_edge() [all …]
|
| /linux/drivers/accessibility/braille/ |
| H A D | braille_console.c | 179 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call() 184 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
|
| /linux/include/linux/ |
| H A D | console_struct.h | 126 unsigned int vc_cols; /* [#] Console size */ member
|