/linux/drivers/video/console/ |
H A D | sticon.c | 160 int vc_cols, vc_rows, vc_old_cols, vc_old_rows; in sticon_set_font() local 227 vc_old_rows = vc->vc_rows; in sticon_set_font() 239 vc_rows = sti_onscreen_y(sti) / cooked_font->height; 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 270 vc_rows = sti_onscreen_y(sti) / sti->font->height; in sticon_init() 275 c->vc_rows = vc_rows; in sticon_init() 277 vc_resize(c, vc_cols, vc_rows); in sticon_init() 310 sti_clear(sticon_sti, 0, 0, c->vc_rows, c->vc_cols, BLANK, in sticon_blank()
|
H A D | mdacon.c | 362 c->vc_rows = mda_num_lines; in mdacon_init() 502 if (lines > c->vc_rows) /* maximum realistic size */ in mdacon_scroll() 503 lines = c->vc_rows; in mdacon_scroll()
|
H A D | vgacon.c | 390 c->vc_rows = vga_video_num_lines; in vgacon_init() 620 int y = c->vc_rows * c->vc_cell_height; in vgacon_switch() 629 vga_video_num_lines = c->vc_rows; in vgacon_switch() 643 vgacon_doresize(c, c->vc_cols, c->vc_rows); in vgacon_switch() 1142 if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT) in vgacon_scroll() 1145 if (!vga_hardscroll_enabled || lines >= c->vc_rows / 2) in vgacon_scroll()
|
H A D | newport_con.c | 336 vc->vc_rows = rows; in newport_init() 588 if (t == 0 && b == vc->vc_rows) { in newport_scroll() 591 newport_clear_lines(vc->vc_rows - lines, in newport_scroll() 592 vc->vc_rows - 1, in newport_scroll()
|
H A D | dummycon.c | 110 vc->vc_rows = DUMMY_ROWS; in dummycon_init()
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 820 fg_vc->vc_rows, fg_vc->vc_cols, in con2fb_init_display() 821 fg_vc->vc_rows); in con2fb_init_display() 1098 rows = vc->vc_rows; in fbcon_init() 1141 vc->vc_rows = new_rows; in fbcon_init() 1461 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up() 1462 ops->bmove(vc, info, p->vrows - vc->vc_rows, in ypan_up() 1463 0, 0, 0, vc->vc_rows, vc->vc_cols); in ypan_up() 1464 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up() 1486 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up_redraw() 1487 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up_redraw() [all …]
|
H A D | fbcon_ccw.c | 197 unsigned int bh = info->var.xres - (vc->vc_rows*ch); in ccw_clear_margins() 198 unsigned int bs = vc->vc_rows*ch; in ccw_clear_margins()
|
H A D | bitblit.c | 211 unsigned int bh = info->var.yres - (vc->vc_rows*ch); in bit_clear_margins()
|
H A D | fbcon_cw.c | 180 unsigned int bh = info->var.xres - (vc->vc_rows*ch); in cw_clear_margins()
|
H A D | fbcon_ud.c | 228 unsigned int bh = info->var.yres - (vc->vc_rows*ch); in ud_clear_margins()
|
/linux/drivers/accessibility/braille/ |
H A D | braille_console.c | 186 } else if (vc_y + 1 < vc->vc_rows) { in keyboard_notifier_call() 194 if (vc_y + 1 < vc->vc_rows) in keyboard_notifier_call() 214 vc_y = vc->vc_rows-1; in keyboard_notifier_call()
|
/linux/drivers/tty/vt/ |
H A D | vt.c | 498 uni_lines = vc_uniscr_alloc(vc->vc_cols, vc->vc_rows); in vc_uniscr_check() 510 for (y = 0; y < vc->vc_rows; y++) { in vc_uniscr_check() 574 if (bottom > vc->vc_rows || top >= bottom || nr < 1) in con_scroll() 1016 vc->vc_screenbuf_size = vc->vc_rows * vc->vc_size_row; in visual_init() 1080 if (vc->vc_cols > VC_MAXCOL || vc->vc_rows > VC_MAXROW || in vc_allocate() 1148 new_rows = (lines ? lines : vc->vc_rows); in vc_do_resize() 1152 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) { in vc_do_resize() 1189 old_rows = vc->vc_rows; in vc_do_resize() 1199 vc->vc_rows = new_rows; in vc_do_resize() 1256 vc->vc_bottom = vc->vc_rows; in vc_do_resize() [all...] |
H A D | selection.c | 354 v->ys = min_t(u16, v->ys - 1, vc->vc_rows - 1); in vc_selection() 356 v->ye = min_t(u16, v->ye - 1, vc->vc_rows - 1); in vc_selection()
|
H A D | vc_screen.c | 215 size = vc->vc_rows * vc->vc_cols; in vcs_size() 306 con_buf[0] = min(vc->vc_rows, 0xFFu); in vcs_read_buf()
|
/linux/drivers/accessibility/speakup/ |
H A D | main.c | 667 if (spk_x == vc->vc_cols - 1 && spk_y == vc->vc_rows - 1) { in say_next_word() 682 if (spk_y == vc->vc_rows - 1) { in say_next_word() 806 if (spk_y == vc->vc_rows - 1) { in say_next_line() 938 if (to > vc->vc_rows) in say_screen_from_to() 939 to = vc->vc_rows; in say_screen_from_to() 949 say_screen_from_to(vc, 0, vc->vc_rows); in say_screen() 981 spk_pos += (vc->vc_rows - spk_y - 1) * vc->vc_size_row; in bottom_edge() 982 spk_y = vc->vc_rows - 1; in bottom_edge() 1064 say_screen_from_to(vc, spk_y, vc->vc_rows); in say_to_bottom() 1624 for (i = 0; i < vc->vc_rows; i++) { in count_highlight_color() [all …]
|
/linux/include/linux/ |
H A D | console_struct.h | 100 unsigned int vc_rows; member
|