Home
last modified time | relevance | path

Searched refs:vc_bottom (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dconsole_struct.h68 unsigned int vc_top, vc_bottom; /* Scrolling region */ member
/Linux-v4.19/drivers/tty/vt/
Dvt.c1260 vc->vc_bottom = vc->vc_rows; in vc_do_resize()
1404 max_y = vc->vc_bottom; in gotoxy()
1442 if (vc->vc_y + 1 == vc->vc_bottom) in lf()
1443 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf()
1458 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri()
1967 con_scroll(vc, vc->vc_y, vc->vc_bottom, SM_DOWN, nr); in csi_L()
1988 con_scroll(vc, vc->vc_y, vc->vc_bottom, SM_UP, nr); in csi_M()
2034 vc->vc_bottom = vc->vc_rows; in reset_terminal()
2390 vc->vc_bottom = vc->vc_par[1]; in do_con_trol()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c653 if (logo_lines > vc->vc_bottom) { in fbcon_prepare_logo()
2221 && conp2->vc_bottom == conp2->vc_rows) in fbcon_switch()
2330 vc->vc_size_row * (vc->vc_bottom - in fbcon_switch()
2830 && conp2->vc_bottom == conp2->vc_rows) in fbcon_scrolldelta()