Searched refs:font_height (Results 1 – 3 of 3) sorted by relevance
84 static int font_height; variable519 font_height = sizes[i].h; in load_font()546 font_height = sizes[i].h; in load_font()816 if (font_height == 0) in video_mode()817 font_height = cur_info.console_info.font_size; in video_mode()819 size[2] = font_height; in video_mode()832 if ((vesa_rows * font_height > new_mode_info.vi_height) || in video_mode()835 font_height; in video_mode()
366 int font_height; in ofwfb_init() local374 font_height = 16; in ofwfb_init()375 TUNABLE_INT_FETCH("hw.syscons.fsize", &font_height); in ofwfb_init()376 if (font_height == 8) { in ofwfb_init()379 } else if (font_height == 14) { in ofwfb_init()
937 uint16_t font_height; member