Home
last modified time | relevance | path

Searched refs:lfb_height (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/firmware/efi/
H A Dearlycon.c103 height = screen_info.lfb_height; in efi_earlycon_scroll_up()
203 if (efi_y + font->height > si->lfb_height) { in efi_earlycon_write()
246 yres = si->lfb_height; in efi_earlycon_setup()
/linux/drivers/video/fbdev/
H A Dsm712fb.c37 u16 lfb_height; member
97 u16 lfb_height; member
850 smtc_scr_info.lfb_height = 0; in sm7xx_vga_setup()
858 smtc_scr_info.lfb_height = in sm7xx_vga_setup()
859 vesa_mode_table[i].lfb_height; in sm7xx_vga_setup()
1461 sfb->fb->var.yres = smtc_scr_info.lfb_height; in sm7xx_resolution_probe()
H A Dvesafb.c280 vesafb_defined.yres = si->lfb_height; in vesafb_probe()
/linux/include/uapi/linux/
H A Dscreen_info.h28 __u16 lfb_height; /* 0x14 */ member
/linux/arch/arm/include/uapi/asm/
H A Dsetup.h108 __u16 lfb_height; member
/linux/arch/x86/xen/
H A Dvga.c44 screen_info->lfb_height = info->u.vesa_lfb.height; in xen_init_vga()
/linux/drivers/firmware/
H A Dsysfb_simplefb.c84 mode->height = si->lfb_height; in sysfb_parse_mode()
/linux/arch/x86/boot/
H A Dvideo-vesa.c216 boot_params.screen_info.lfb_height = vminfo.v_res; in vesa_store_mode_params_graphics()