Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dvgacon.c320 video_font_height = vga_video_font_height; in vgacon_startup()
444 video_font_height - (video_font_height < 10 ? 2 : 3), in vgacon_cursor()
445 video_font_height - (video_font_height < 10 ? 1 : 2)); in vgacon_cursor()
449 video_font_height / 3, in vgacon_cursor()
450 video_font_height - (video_font_height < 10 ? 1 : 2)); in vgacon_cursor()
454 (video_font_height*2) / 3, in vgacon_cursor()
455 video_font_height - (video_font_height < 10 ? 1 : 2)); in vgacon_cursor()
459 video_font_height / 2, in vgacon_cursor()
460 video_font_height - (video_font_height < 10 ? 1 : 2)); in vgacon_cursor()
466 vgacon_set_cursor_size(c->vc_x, 1, video_font_height); in vgacon_cursor()
[all …]
/linux-2.4.37.9/include/linux/
Dvt_kern.h85 extern unsigned int video_font_height;
/linux-2.4.37.9/drivers/char/
Dvt.c70 unsigned int video_font_height; variable
939 video_font_height = clin; in vt_ioctl()
Dconsole.c3042 EXPORT_SYMBOL(video_font_height);