Searched refs:vc_rows (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/drivers/video/console/ |
A D | sticon.c | 176 int vc_cols, vc_rows, vc_old_cols, vc_old_rows; in sticon_set_font() local 243 vc_old_rows = vc->vc_rows; in sticon_set_font() 255 vc_rows = sti_onscreen_y(sti) / cooked_font->height; in sticon_set_font() 256 vc_resize(vc, vc_cols, vc_rows); in sticon_set_font() 259 if (vc_cols == vc_old_cols && vc_rows == vc_old_rows) in sticon_set_font() 279 int vc_cols, vc_rows; in sticon_init() local 283 vc_rows = sti_onscreen_y(sti) / sti->font->height; in sticon_init() 288 c->vc_rows = vc_rows; in sticon_init() 290 vc_resize(c, vc_cols, vc_rows); in sticon_init() 325 sti_clear(sticon_sti, 0, 0, c->vc_rows, c->vc_cols, BLANK, in sticon_blank()
|
A D | mdacon.c | 362 c->vc_rows = mda_num_lines; in mdacon_init() 514 if (lines > c->vc_rows) /* maximum realistic size */ in mdacon_scroll() 515 lines = c->vc_rows; in mdacon_scroll()
|
A D | vgacon.c | 363 c->vc_rows = vga_video_num_lines; in vgacon_init() 609 int y = c->vc_rows * c->vc_cell_height; in vgacon_switch() 618 vga_video_num_lines = c->vc_rows; in vgacon_switch() 632 vgacon_doresize(c, c->vc_cols, c->vc_rows); in vgacon_switch() 1131 if (t || b != c->vc_rows || vga_is_gfx || c->vc_mode != KD_TEXT) in vgacon_scroll() 1134 if (!vga_hardscroll_enabled || lines >= c->vc_rows / 2) in vgacon_scroll()
|
A D | dummycon.c | 105 vc->vc_rows = DUMMY_ROWS; in dummycon_init()
|
A D | newport_con.c | 336 vc->vc_rows = rows; in newport_init() 587 if (t == 0 && b == vc->vc_rows) { in newport_scroll() 590 newport_clear_lines(vc->vc_rows - lines, in newport_scroll() 591 vc->vc_rows - 1, in newport_scroll()
|
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | fbcon.c | 803 fg_vc->vc_rows); in con2fb_init_display() 1078 rows = vc->vc_rows; in fbcon_init() 1121 vc->vc_rows = new_rows; in fbcon_init() 1757 count = vc->vc_rows; in fbcon_scroll() 1776 if (vc->vc_rows - b > 0) in fbcon_scroll() 1778 vc->vc_rows - b, in fbcon_scroll() 1798 if (vc->vc_rows - b > 0) in fbcon_scroll() 1819 vc->vc_rows - b, in fbcon_scroll() 1845 count = vc->vc_rows; in fbcon_scroll() 1862 vc->vc_rows - b, in fbcon_scroll() [all …]
|
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()
|
A D | bitblit.c | 211 unsigned int bh = info->var.yres - (vc->vc_rows*ch); in bit_clear_margins()
|
A D | fbcon_cw.c | 180 unsigned int bh = info->var.xres - (vc->vc_rows*ch); in cw_clear_margins()
|
A D | fbcon_ud.c | 228 unsigned int bh = info->var.yres - (vc->vc_rows*ch); in ud_clear_margins()
|
/linux-6.3-rc2/drivers/tty/vt/ |
A D | vt.c | 1203 old_rows = vc->vc_rows; in vc_do_resize() 1213 vc->vc_rows = new_rows; in vc_do_resize() 1270 vc->vc_bottom = vc->vc_rows; in vc_do_resize() 1279 ws.ws_row = vc->vc_rows; in vc_do_resize() 1414 max_y = vc->vc_rows; in gotoxy() 1435 scrolldelta(-(vc->vc_rows / 2)); in scrollback() 1441 lines = vc->vc_rows / 2; in scrollfront() 2031 vc->vc_bottom = vc->vc_rows; in reset_terminal() 2435 vc->vc_par[1] = vc->vc_rows; in do_con_trol() 3405 vc->vc_rows = rows; in vc_init() [all …]
|
A D | selection.c | 331 v->ys = min_t(u16, v->ys - 1, vc->vc_rows - 1); in vc_selection() 333 v->ye = min_t(u16, v->ye - 1, vc->vc_rows - 1); in vc_selection()
|
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-6.3-rc2/drivers/accessibility/braille/ |
A D | braille_console.c | 187 } else if (vc_y + 1 < vc->vc_rows) { in keyboard_notifier_call() 195 if (vc_y + 1 < vc->vc_rows) in keyboard_notifier_call() 215 vc_y = vc->vc_rows-1; in keyboard_notifier_call()
|
/linux-6.3-rc2/drivers/accessibility/speakup/ |
A D | main.c | 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() 2014 if (goto_pos >= vc->vc_rows) in handle_goto() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | console_struct.h | 100 unsigned int vc_rows; member
|
Completed in 51 milliseconds