Home
last modified time | relevance | path

Searched refs:font_height (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/video/console/
Dsticore.c145 .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 …]
Dsticon.c188 vc_rows = sti_onscreen_y(sti) / sti->font_height; in sticon_init()
/Linux-v5.4/arch/ia64/kernel/
Dsetup.c477 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/
Dvga.c36 info->u.text_mode_3.font_height; in xen_init_vga()
/Linux-v5.4/include/xen/interface/
Dxen.h713 uint16_t font_height; member
/Linux-v5.4/drivers/video/fbdev/
Dsticore.h346 int font_height; member