tag | line | file | source code |
video_scan_lines | 167 | arch/m68k/kernel/console.c | unsigned long video_scan_lines; /* Number of scan lines on screen */ |
video_scan_lines | 173 | drivers/char/console.c | unsigned long video_scan_lines; /* Number of scan lines on screen */ |
video_scan_lines | 2078 | drivers/char/console.c | video_scan_lines = video_font_height * video_num_lines; |
video_scan_lines | 2085 | 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 | 484 | drivers/char/vga.c | rows = video_scan_lines/fontheight; /* Number of video rows we end up with */ |
video_scan_lines | 88 | drivers/char/vt.c | extern unsigned long video_scan_lines; |
video_scan_lines | 919 | drivers/char/vt.c | vlin = vlin ? vlin : video_scan_lines; |
video_scan_lines | 945 | drivers/char/vt.c | video_scan_lines = vlin; |