Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dconsole_struct.h35 unsigned int vc_top, vc_bottom; /* Scrolling region */ member
/linux-4.1.27/drivers/tty/vt/
Dvt.c931 vc->vc_bottom = vc->vc_rows; in vc_do_resize()
1067 max_y = vc->vc_bottom; in gotoxy()
1107 if (vc->vc_y + 1 == vc->vc_bottom) in lf()
1108 scrup(vc, vc->vc_top, vc->vc_bottom, 1); in lf()
1123 scrdown(vc, vc->vc_top, vc->vc_bottom, 1); in ri()
1613 scrdown(vc, vc->vc_y, vc->vc_bottom, nr); in csi_L()
1634 scrup(vc, vc->vc_y, vc->vc_bottom, nr); in csi_M()
1680 vc->vc_bottom = vc->vc_rows; in reset_terminal()
2035 vc->vc_bottom = vc->vc_par[1]; in do_con_trol()
/linux-4.1.27/drivers/video/console/
Dfbcon.c637 if (logo_lines > vc->vc_bottom) { in fbcon_prepare_logo()
2179 && conp2->vc_bottom == conp2->vc_rows) in fbcon_switch()
2288 vc->vc_size_row * (vc->vc_bottom - in fbcon_switch()
2779 && conp2->vc_bottom == conp2->vc_rows) in fbcon_scrolldelta()