Searched refs:font_height (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/video/console/ |
| D | sticore.c | 145 .dest_y = y * sti->font_height, in sti_putc() 203 .src_y = src_y * sti->font_height, in sti_clear() 205 .dest_y = src_y * sti->font_height, in sti_clear() 207 .height = height* sti->font_height, in sti_clear() 233 .src_y = src_y * sti->font_height, in sti_bmove() 235 .dest_y = dst_y * sti->font_height, in sti_bmove() 237 .height = height* sti->font_height, in sti_bmove() 306 font_height[MAX_STI_ROMS], variable 320 font_height[i] = simple_strtoul(str, NULL, 0); in sti_font_setup() 566 if (font_width[index] && font_height[index]) in sti_select_font() [all …]
|
| D | sticon.c | 188 vc_rows = sti_onscreen_y(sti) / sti->font_height; in sticon_init()
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | setup.c | 477 unsigned int orig_x, orig_y, num_cols, num_rows, font_height; in screen_info_setup() local 488 font_height = 16; in screen_info_setup() 494 font_height = 400 / num_rows; in screen_info_setup() 501 screen_info.orig_video_points = font_height; in screen_info_setup()
|
| /Linux-v5.4/arch/x86/xen/ |
| D | vga.c | 36 info->u.text_mode_3.font_height; in xen_init_vga()
|
| /Linux-v5.4/include/xen/interface/ |
| D | xen.h | 713 uint16_t font_height; member
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | sticore.h | 346 int font_height; member
|