Home
last modified time | relevance | path

Searched refs:video_scan_lines (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dvt_kern.h87 extern unsigned int video_scan_lines;
/linux-2.4.37.9/drivers/char/
Dvt.c72 unsigned int video_scan_lines; variable
911 vlin = vlin ? vlin : video_scan_lines; in vt_ioctl()
937 video_scan_lines = vlin; in vt_ioctl()
Dconsole.c3043 EXPORT_SYMBOL(video_scan_lines);
/linux-2.4.37.9/drivers/video/
Dvgacon.c317 video_scan_lines = in vgacon_startup()
849 rows = video_scan_lines/fontheight; /* Number of video rows we end up with */ in vgacon_adjust_height()