Home
last modified time | relevance | path

Searched refs:x_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()
215 screen_info->lfb_width = vesa->x_resolution; in setup_video()
331 if (!vesa->x_resolution) in vbe_setup_video_priv()
333 uc_priv->xsize = vesa->x_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()
154 fb->x_resolution = vesa->x_resolution; in write_coreboot_table()
H A Dbios.c232 le16_to_cpu(mode_info->vesa.x_resolution), in vbe_set_graphics()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcoreboot.c23 vesa->x_resolution = fb->x_resolution; in save_vesa_mode()
/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A Dcoreboot_table.h48 u32 x_resolution; member
H A Dframebuffer-coreboot.c33 .width = fb->x_resolution, in framebuffer_probe()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Datibios.c159 le16_to_cpu(vm->x_resolution), in atibios_debug_mode()
209 vm->x_resolution = le16_to_cpu(vm->x_resolution); in atibios_set_vesa_mode()
/OK3568_Linux_fs/u-boot/include/
H A Dvbe.h58 u16 x_resolution; /* 12 */ member
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h130 u32 x_resolution; member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.h255 int x_resolution; member
H A Dwacom_sys.c2153 if (features->x_resolution) { in wacom_set_default_phy()
2155 features->x_resolution; in wacom_set_default_phy()
2169 features->x_resolution = wacom_calc_hid_res(features->x_max, in wacom_calculate_res()
H A Dwacom_wac.c3662 input_abs_set_res(input_dev, ABS_X, features->x_resolution); in wacom_setup_pen_input_capabilities()
3822 features->x_resolution); in wacom_setup_touch_input_capabilities()
3832 features->x_resolution); in wacom_setup_touch_input_capabilities()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c1849 res.x_resolution = (pScreen->width * 25.4) / pScreen->mmWidth; in get_client_resolutions()
1854 if (res.x_resolution < 88) in get_client_resolutions()
1855 res.x_resolution = 75; in get_client_resolutions()
1857 res.x_resolution = 100; in get_client_resolutions()