Home
last modified time | relevance | path

Searched refs:vc_rows (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/video/console/
H A Dsticon.c160 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 Dvgacon.c390 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 Ddummycon.c123 vc->vc_rows = DUMMY_ROWS; in dummycon_init()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c893 fg_vc->vc_rows, fg_vc->vc_cols, in con2fb_init_display()
894 fg_vc->vc_rows); in con2fb_init_display()
1179 rows = vc->vc_rows; in fbcon_init()
1222 vc->vc_rows = new_rows; in fbcon_init()
1544 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up()
1545 par->bitops->bmove(vc, info, p->vrows - vc->vc_rows, in ypan_up()
1546 0, 0, 0, vc->vc_rows, vc->vc_cols); in ypan_up()
1547 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up()
1569 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up_redraw()
1570 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up_redraw()
[all …]
H A Dbitblit.c234 unsigned int bh = info->var.yres - (vc->vc_rows*ch); in bit_clear_margins()
/linux/drivers/accessibility/braille/
H A Dbraille_console.c186 } 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/include/linux/
H A Dconsole_struct.h127 unsigned int vc_rows; member
/linux/drivers/tty/vt/
H A Dselection.c353 v->ys = umin(v->ys - 1, vc->vc_rows - 1); in vc_selection()
355 v->ye = umin(v->ye - 1, vc->vc_rows - 1); in vc_selection()