Searched refs:video_font_height (Results 1 – 4 of 4) sorted by relevance
320 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 …]
85 extern unsigned int video_font_height;
70 unsigned int video_font_height; variable939 video_font_height = clin; in vt_ioctl()
3042 EXPORT_SYMBOL(video_font_height);