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

/linux-master/include/linux/
H A Dconsole_struct.h107 unsigned int vc_top, vc_bottom; /* Scrolling region */ member in struct:vc_data
/linux-master/drivers/tty/vt/
H A Dvt.c1256 vc->vc_bottom = vc->vc_rows;
1403 max_y = vc->vc_bottom;
1442 if (vc->state.y + 1 == vc->vc_bottom)
1443 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_UP, 1);
1458 con_scroll(vc, vc->vc_top, vc->vc_bottom, SM_DOWN, 1);
2055 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_DOWN, nr);
2072 con_scroll(vc, vc->state.y, vc->vc_bottom, SM_UP, nr);
2143 vc->vc_bottom = vc->vc_rows;
2528 vc->vc_bottom = vc->vc_par[1];
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c631 if (logo_lines > vc->vc_bottom) {
2073 && conp2->vc_bottom == conp2->vc_rows)
2178 vc->vc_size_row * (vc->vc_bottom -

Completed in 202 milliseconds