Home
last modified time | relevance | path

Searched refs:y_resolution (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dcoreboot.c23 vesa->y_resolution = fb->y_resolution; in save_vesa_mode()
H A Defi.c67 vesa->y_resolution = mode->info->height; in save_vesa_mode()
/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c148 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()
154 fb->y_resolution = vesa->y_resolution; in write_coreboot_table()
H A Dbios.c233 le16_to_cpu(mode_info->vesa.y_resolution), in vbe_set_graphics()
/openbmc/linux/drivers/firmware/google/
H A Dframebuffer-coreboot.c34 .height = fb->y_resolution, in framebuffer_probe()
56 length = PAGE_ALIGN(fb->y_resolution * fb->bytes_per_line); in framebuffer_probe()
H A Dcoreboot_table.h61 u32 y_resolution; member
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c209 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
215 screen_info->lfb_height = vesa->y_resolution; in setup_video()
333 uc_priv->ysize = vesa->y_resolution; in vbe_setup_video_priv()
347 plat->size = vesa->bytes_per_scanline * vesa->y_resolution; in vbe_setup_video_priv()
/openbmc/u-boot/cmd/
H A Delf.c407 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx()
412 gop->info.height = vesa->y_resolution; in do_bootvx()
416 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution; in do_bootvx()
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_graphics.c50 vesa->y_resolution = ginfo->height; in save_vesa_mode()
/openbmc/u-boot/include/
H A Dvbe.h58 u16 y_resolution; /* 14 */ member
/openbmc/u-boot/drivers/bios_emulator/
H A Datibios.c161 le16_to_cpu(vm->y_resolution), in atibios_debug_mode()
211 vm->y_resolution = le16_to_cpu(vm->y_resolution); in atibios_set_vesa_mode()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h130 u32 y_resolution; member
/openbmc/linux/drivers/hid/
H A Dwacom_wac.h259 int y_resolution; member
H A Dwacom_sys.c2171 features->y_resolution; in wacom_set_default_phy()
2187 features->y_resolution = wacom_calc_hid_res(features->y_max, in wacom_calculate_res()
H A Dwacom_wac.c3762 input_abs_set_res(input_dev, ABS_Y, features->y_resolution); in wacom_setup_pen_input_capabilities()
3923 features->y_resolution); in wacom_setup_touch_input_capabilities()
3933 features->y_resolution); in wacom_setup_touch_input_capabilities()