Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dconsole_struct.h108 unsigned int vc_top, vc_bottom; /* Scrolling region */ member
/kernel/linux/linux-5.10/drivers/tty/vt/
Dvt.c1327 vc->vc_bottom = vc->vc_rows; in vc_do_resize()
1468 max_y = vc->vc_bottom; in gotoxy()
1507 if (vc->state.y + 1 == vc->vc_bottom) in lf()
1508 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1); in lf()
1523 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1); in ri()
2035 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr); in csi_L()
2056 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr); in csi_M()
2088 vc->vc_bottom = vc->vc_rows; in reset_terminal()
2497 vc->vc_bottom = vc->vc_par[1]; in do_con_trol()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dfbcon.c660 if (logo_lines > vc->vc_bottom) { in fbcon_prepare_logo()
2061 && conp2->vc_bottom == conp2->vc_rows) in fbcon_switch()
2170 vc->vc_size_row * (vc->vc_bottom - in fbcon_switch()