tag | line | file | source code |
video_scan_lines | 167 | drivers/char/console.c | unsigned long video_scan_lines; /* Number of scan lines on screen */ |
video_scan_lines | 2042 | drivers/char/console.c | video_scan_lines = video_font_height * video_num_lines; |
video_scan_lines | 2049 | drivers/char/console.c | video_font_height, video_scan_lines); |
video_scan_lines | 29 | drivers/char/selection.h | extern unsigned long video_scan_lines; |
video_scan_lines | 473 | drivers/char/vga.c | rows = video_scan_lines/fontheight; /* Number of video rows we end up with */ |
video_scan_lines | 87 | drivers/char/vt.c | extern unsigned long video_scan_lines; |
video_scan_lines | 894 | drivers/char/vt.c | vlin = vlin ? vlin : video_scan_lines; |
video_scan_lines | 920 | drivers/char/vt.c | video_scan_lines = vlin; |