Searched refs:video_num_lines (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/asm-arm/arch-arc/ |
D | uncompress.h | 12 int video_num_columns, video_num_lines, video_size_row; variable 52 if ( ++y >= video_num_lines ) { in puts() 60 if ( ++y >= video_num_lines ) { in puts() 80 video_num_lines = params->video_num_rows; in arch_decomp_setup()
|
/linux-2.4.37.9/include/asm-arm/arch-riscstation/ |
D | uncompress.h | 15 int video_num_columns, video_num_lines, video_size_row; variable 79 if ( ++y >= video_num_lines ) { in puts() 87 if ( ++y >= video_num_lines ) { in puts() 111 video_num_lines = params.video_num_rows; in arch_decomp_setup()
|
/linux-2.4.37.9/include/asm-arm/arch-rpc/ |
D | uncompress.h | 15 int video_num_columns, video_num_lines, video_size_row; variable 78 if ( ++y >= video_num_lines ) { in puts() 86 if ( ++y >= video_num_lines ) { in puts() 106 video_num_lines = params->video_num_rows; in arch_decomp_setup()
|
/linux-2.4.37.9/drivers/char/ |
D | console.c | 265 if (b > video_num_lines || t >= b || nr < 1) in scrup() 283 if (b > video_num_lines || t >= b || nr < 1) in scrdown() 659 screenbuf_size = video_num_lines*video_size_row; in visual_init() 697 vc_init(currcons, video_num_lines, video_num_columns, 1); in vc_allocate() 727 ll = (lines ? lines : video_num_lines); in vc_resize() 733 (cc == video_num_columns && ll == video_num_lines)) in vc_resize() 756 oll = video_num_lines; in vc_resize() 761 video_num_lines = ll; in vc_resize() 794 bottom = video_num_lines; in vc_resize() 801 ws.ws_row = video_num_lines; in vc_resize() [all …]
|
D | selection.c | 145 ys = limit(ys, video_num_lines - 1); in set_selection() 147 ye = limit(ye, video_num_lines - 1); in set_selection()
|
D | vc_screen.c | 60 size = video_num_lines * video_num_columns; in vcs_size() 189 con_buf0[0] = (char) video_num_lines; in vcs_read()
|
/linux-2.4.37.9/include/linux/ |
D | selection.h | 22 #define video_num_lines (vc_cons[currcons].d->vc_rows) macro
|