tag | line | file | source code |
video_scan_lines | 178 | drivers/char/console.c | unsigned long video_scan_lines; /* Number of scan lines on screen */ |
video_scan_lines | 2166 | drivers/char/console.c | video_scan_lines = video_font_height * video_num_lines; |
video_scan_lines | 2168 | drivers/char/console.c | video_font_height, video_scan_lines); |
video_scan_lines | 2635 | drivers/char/console.c | rows = video_scan_lines/fontheight; /* Number of video rows we end up with */ |
video_scan_lines | 83 | drivers/char/vt.c | extern unsigned long video_scan_lines; |
video_scan_lines | 890 | drivers/char/vt.c | vlin = vlin ? vlin : video_scan_lines; |
video_scan_lines | 916 | drivers/char/vt.c | video_scan_lines = vlin; |