font_height       477 arch/ia64/kernel/setup.c 	unsigned int orig_x, orig_y, num_cols, num_rows, font_height;
font_height       488 arch/ia64/kernel/setup.c 		font_height = 16;
font_height       494 arch/ia64/kernel/setup.c 		font_height = 400 / num_rows;
font_height       501 arch/ia64/kernel/setup.c 	screen_info.orig_video_points = font_height;
font_height        36 arch/x86/xen/vga.c 			info->u.text_mode_3.font_height;
font_height       188 drivers/video/console/sticon.c     vc_rows = sti_onscreen_y(sti) / sti->font_height;
font_height       145 drivers/video/console/sticore.c 		.dest_y		= y * sti->font_height,
font_height       203 drivers/video/console/sticore.c 		.src_y		= src_y * sti->font_height,
font_height       205 drivers/video/console/sticore.c 		.dest_y		= src_y * sti->font_height,
font_height       207 drivers/video/console/sticore.c 		.height		= height* sti->font_height,
font_height       233 drivers/video/console/sticore.c 		.src_y		= src_y * sti->font_height,
font_height       235 drivers/video/console/sticore.c 		.dest_y		= dst_y * sti->font_height,
font_height       237 drivers/video/console/sticore.c 		.height		= height* sti->font_height,
font_height       306 drivers/video/console/sticore.c 	   font_height[MAX_STI_ROMS],
font_height       320 drivers/video/console/sticore.c 				font_height[i] = simple_strtoul(str, NULL, 0);
font_height       566 drivers/video/console/sticore.c 	if (font_width[index] && font_height[index])
font_height       568 drivers/video/console/sticore.c 				font_height[index], font_width[index]);
font_height       773 drivers/video/console/sticore.c 	sti->font_height = sti->font->raw->height;
font_height       346 drivers/video/fbdev/sticore.h 	int font_height;
font_height       713 include/xen/interface/xen.h 			uint16_t font_height;