Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcoreboot.c22 vesa->x_resolution = fb->x_resolution; in save_vesa_mode()
H A Defi.c66 vesa->x_resolution = mode->info->width; 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()
153 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()
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c209 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
214 screen_info->lfb_width = vesa->x_resolution; in setup_video()
330 if (!vesa->x_resolution) in vbe_setup_video_priv()
332 uc_priv->xsize = vesa->x_resolution; in vbe_setup_video_priv()
/openbmc/linux/drivers/firmware/google/
H A Dcoreboot_table.h60 u32 x_resolution; member
H A Dframebuffer-coreboot.c33 .width = fb->x_resolution, in framebuffer_probe()
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_graphics.c49 vesa->x_resolution = ginfo->width; in save_vesa_mode()
/openbmc/u-boot/include/
H A Dvbe.h57 u16 x_resolution; /* 12 */ member
/openbmc/u-boot/drivers/bios_emulator/
H A Datibios.c160 le16_to_cpu(vm->x_resolution), in atibios_debug_mode()
210 vm->x_resolution = le16_to_cpu(vm->x_resolution); in atibios_set_vesa_mode()
/openbmc/u-boot/cmd/
H A Delf.c407 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx()
411 gop->info.width = vesa->x_resolution; in do_bootvx()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h129 u32 x_resolution; member
/openbmc/linux/drivers/hid/
H A Dwacom_wac.h258 int x_resolution; member
H A Dwacom_sys.c2167 if (features->x_resolution) { in wacom_set_default_phy()
2169 features->x_resolution; in wacom_set_default_phy()
2183 features->x_resolution = wacom_calc_hid_res(features->x_max, in wacom_calculate_res()
H A Dwacom_wac.c3761 input_abs_set_res(input_dev, ABS_X, features->x_resolution); in wacom_setup_pen_input_capabilities()
3921 features->x_resolution); in wacom_setup_touch_input_capabilities()
3931 features->x_resolution); in wacom_setup_touch_input_capabilities()