Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dconsole_struct.h35 unsigned int vc_top, vc_bottom; /* Scrolling region */ member
/linux-4.4.14/drivers/tty/vt/
Dvt.c937 vc->vc_bottom = vc->vc_rows; in vc_do_resize()
1073 max_y = vc->vc_bottom; in gotoxy()
1113 if (vc->vc_y + 1 == vc->vc_bottom) in lf()
1114 scrup(vc, vc->vc_top, vc->vc_bottom, 1); in lf()
1129 scrdown(vc, vc->vc_top, vc->vc_bottom, 1); in ri()
1626 scrdown(vc, vc->vc_y, vc->vc_bottom, nr); in csi_L()
1647 scrup(vc, vc->vc_y, vc->vc_bottom, nr); in csi_M()
1693 vc->vc_bottom = vc->vc_rows; in reset_terminal()
2049 vc->vc_bottom = vc->vc_par[1]; in do_con_trol()
/linux-4.4.14/drivers/video/console/
Dfbcon.c637 if (logo_lines > vc->vc_bottom) { in fbcon_prepare_logo()
2184 && conp2->vc_bottom == conp2->vc_rows) in fbcon_switch()
2293 vc->vc_size_row * (vc->vc_bottom - in fbcon_switch()
2784 && conp2->vc_bottom == conp2->vc_rows) in fbcon_scrolldelta()