Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_rom.c210 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
216 screen_info->lfb_height = vesa->y_resolution; in setup_video()
334 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()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dcoreboot_table.c149 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()
155 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()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcoreboot.c24 vesa->y_resolution = fb->y_resolution; in save_vesa_mode()
/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A Dframebuffer-coreboot.c34 .height = fb->y_resolution, in framebuffer_probe()
58 length = PAGE_ALIGN(fb->y_resolution * fb->bytes_per_line); in framebuffer_probe()
H A Dcoreboot_table.h49 u32 y_resolution; member
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Datibios.c160 le16_to_cpu(vm->y_resolution), in atibios_debug_mode()
210 vm->y_resolution = le16_to_cpu(vm->y_resolution); in atibios_set_vesa_mode()
/OK3568_Linux_fs/u-boot/include/
H A Dvbe.h59 u16 y_resolution; /* 14 */ member
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h131 u32 y_resolution; member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.h256 int y_resolution; member
H A Dwacom_sys.c2157 features->y_resolution; in wacom_set_default_phy()
2173 features->y_resolution = wacom_calc_hid_res(features->y_max, in wacom_calculate_res()
H A Dwacom_wac.c3663 input_abs_set_res(input_dev, ABS_Y, features->y_resolution); in wacom_setup_pen_input_capabilities()
3824 features->y_resolution); in wacom_setup_touch_input_capabilities()
3834 features->y_resolution); in wacom_setup_touch_input_capabilities()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c1858 res.y_resolution = (pScreen->height * 25.4) / pScreen->mmHeight; in get_client_resolutions()
1859 if (res.y_resolution < 88) in get_client_resolutions()
1860 res.y_resolution = 75; in get_client_resolutions()
1862 res.y_resolution = 100; in get_client_resolutions()