Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dconsole_struct.h34 unsigned int vc_top, vc_bottom; /* Scrolling region */ member
/linux-2.6.39/drivers/tty/vt/
Dvt.c950 vc->vc_bottom = vc->vc_rows; in vc_do_resize()
1085 max_y = vc->vc_bottom; in gotoxy()
1125 if (vc->vc_y + 1 == vc->vc_bottom) in lf()
1126 scrup(vc, vc->vc_top, vc->vc_bottom, 1); in lf()
1141 scrdown(vc, vc->vc_top, vc->vc_bottom, 1); in ri()
1564 scrdown(vc, vc->vc_y, vc->vc_bottom, nr); in csi_L()
1585 scrup(vc, vc->vc_y, vc->vc_bottom, nr); in csi_M()
1631 vc->vc_bottom = vc->vc_rows; in reset_terminal()
1991 vc->vc_bottom = vc->vc_par[1]; in do_con_trol()
/linux-2.6.39/drivers/video/console/
Dfbcon.c636 if (logo_lines > vc->vc_bottom) { in fbcon_prepare_logo()
2162 && conp2->vc_bottom == conp2->vc_rows) in fbcon_switch()
2271 vc->vc_size_row * (vc->vc_bottom - in fbcon_switch()
2762 && conp2->vc_bottom == conp2->vc_rows) in fbcon_scrolldelta()