Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dconsole_struct.h68 unsigned int vc_top, vc_bottom; /* Scrolling region */ member
/Linux-v5.4/drivers/tty/vt/
Dvt.c1268 vc->vc_bottom = vc->vc_rows; in vc_do_resize()
1414 max_y = vc->vc_bottom; in gotoxy()
1452 if (vc->vc_y + 1 == vc->vc_bottom) in lf()
1453 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf()
1468 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri()
1974 con_scroll(vc, vc->vc_y, vc->vc_bottom, SM_DOWN, nr); in csi_L()
1995 con_scroll(vc, vc->vc_y, vc->vc_bottom, SM_UP, nr); in csi_M()
2041 vc->vc_bottom = vc->vc_rows; in reset_terminal()
2417 vc->vc_bottom = vc->vc_par[1]; in do_con_trol()
/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.c681 if (logo_lines > vc->vc_bottom) { in fbcon_prepare_logo()
2254 && conp2->vc_bottom == conp2->vc_rows) in fbcon_switch()
2363 vc->vc_size_row * (vc->vc_bottom - in fbcon_switch()
2852 && conp2->vc_bottom == conp2->vc_rows) in fbcon_scrolldelta()