Home
last modified time | relevance | path

Searched refs:vesa (Results 1 – 18 of 18) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-menu-vesa.c43 hardware->vesa.major_version, hardware->vesa.minor_version); in compute_vesa_card()
45 hardware->vesa.major_version, hardware->vesa.minor_version); in compute_vesa_card()
49 snprintf(buffer, sizeof buffer, "Vendor : %s", hardware->vesa.vendor); in compute_vesa_card()
51 hardware->vesa.vendor); in compute_vesa_card()
55 snprintf(buffer, sizeof buffer, "Product : %s", hardware->vesa.product); in compute_vesa_card()
57 hardware->vesa.product); in compute_vesa_card()
62 hardware->vesa.product_revision); in compute_vesa_card()
64 hardware->vesa.product_revision); in compute_vesa_card()
69 hardware->vesa.software_rev); in compute_vesa_card()
71 hardware->vesa.software_rev); in compute_vesa_card()
[all …]
Dhdt-dump-vesa.c39 …snprintf(buffer,sizeof(buffer),"%d.%d", hardware->vesa.major_version, hardware->vesa.minor_version… in dump_vesa()
41 add_hs(vesa.vendor); in dump_vesa()
42 add_hs(vesa.product); in dump_vesa()
43 add_hs(vesa.product_revision); in dump_vesa()
44 add_hi(vesa.software_rev); in dump_vesa()
46 snprintf(buffer,sizeof(buffer),"%d KB",hardware->vesa.total_memory*64); in dump_vesa()
48 add_i("vesa.modes",hardware->vesa.vmi_count); in dump_vesa()
50 for (int i = 0; i < hardware->vesa.vmi_count; i++) { in dump_vesa()
51 struct vesa_mode_info *mi = &hardware->vesa.vmi[i].mi; in dump_vesa()
56 snprintf(buffer,sizeof(buffer),"0x%04x",hardware->vesa.vmi[i].mode + 0x200); in dump_vesa()
Dhdt-cli-vesa.c45 more_printf(" Vesa version : %d.%d\n", hardware->vesa.major_version, in main_show_vesa()
46 hardware->vesa.minor_version); in main_show_vesa()
47 more_printf(" Vendor : %s\n", hardware->vesa.vendor); in main_show_vesa()
48 more_printf(" Product : %s\n", hardware->vesa.product); in main_show_vesa()
49 more_printf(" Product rev. : %s\n", hardware->vesa.product_revision); in main_show_vesa()
50 more_printf(" Software rev.: %d\n", hardware->vesa.software_rev); in main_show_vesa()
51 more_printf(" Memory (KB) : %d\n", hardware->vesa.total_memory * 64); in main_show_vesa()
52 more_printf(" Modes : %d\n", hardware->vesa.vmi_count); in main_show_vesa()
66 for (int i = 0; i < hardware->vesa.vmi_count; i++) { in show_vesa_modes()
67 struct vesa_mode_info *mi = &hardware->vesa.vmi[i].mi; in show_vesa_modes()
[all …]
Dhdt-common.c224 memset(&hardware->vesa, 0, sizeof(struct s_vesa)); in init_hardware()
349 strlcpy(hardware->vesa.vendor, oem_ptr, sizeof(hardware->vesa.vendor)); in detect_vesa()
351 strlcpy(hardware->vesa.product, oem_ptr, sizeof(hardware->vesa.product)); in detect_vesa()
353 strlcpy(hardware->vesa.product_revision, oem_ptr, in detect_vesa()
354 sizeof(hardware->vesa.product_revision)); in detect_vesa()
356 hardware->vesa.major_version = (gi->version >> 8) & 0xff; in detect_vesa()
357 hardware->vesa.minor_version = gi->version & 0xff; in detect_vesa()
358 hardware->vesa.total_memory = gi->total_memory; in detect_vesa()
359 hardware->vesa.software_rev = gi->oem_software_rev; in detect_vesa()
361 hardware->vesa.vmi_count = 0; in detect_vesa()
[all …]
Dhdt-common.h190 struct s_vesa vesa; member
/external/syslinux/com32/lib/
DMakefile28 I915VESA_OBJ = sys/vesa/i915resolution.o
33 sys/vesa/initvesa.o sys/vesa/drawtxt.o sys/vesa/background.o \
34 sys/vesa/alphatbl.o sys/vesa/screencpy.o sys/vesa/fmtpixel.o \
107 rm -f sys/vesa/alphatbl.c errlist.c
125 sys/vesa/drawtxt.o: sys/vesa/drawtxt.c
128 sys/vesa/alphatbl.c: sys/vesa/alphatbl.pl
/external/syslinux/com32/modules/
Dvesainfo.c29 struct vesa_info *vesa; in print_modes() local
31 vesa = lmalloc(sizeof(*vesa)); in print_modes()
32 if (!vesa) { in print_modes()
36 gi = &vesa->gi; in print_modes()
37 mi = &vesa->mi; in print_modes()
84 lfree(vesa); in print_modes()
/external/syslinux/com32/hdt/floppy/
Dhdt.cfg42 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu vesa
44 LABEL vesa
60 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a…
69 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids vesa nomenu verbose
87 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a…
96 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a…
106 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids silent nomenu vesa
/external/syslinux/com32/lib/sys/vesa/
Dinitvesa.c91 rv = firmware->vesa->set_mode(&__vesa_info, x, y, &bestpxf); in vesacon_set_mode()
102 __vesacon_font_height = firmware->vesa->font_query(&rom_font); in vesacon_set_mode()
Dscreencpy.c76 firmware->vesa->screencpy(dst, s, bytes, &wi); in __vesacon_copy_to_screen()
/external/syslinux/com32/lua/doc/
Dsyslinux.asc233 -- list available vesa modes
235 modes = vesa.getmodes()
259 vesa.setmode()
279 vesa.load_background("/background1.jpg")
/external/syslinux/com32/include/syslinux/
Dfirmware.h63 struct vesa_ops *vesa; member
/external/syslinux/com32/lua/src/
DMakefile34 MODULES += vesa.c32
/external/icu/icu4c/source/data/region/
Dlu.txt216 VC{"Santu vesa ne Ngelenadine"}
/external/syslinux/core/
Dbios.c712 .vesa = &bios_vesa_ops,
/external/syslinux/efi/
Dmain.c1203 .vesa = &efi_vesa_ops,
/external/syslinux/doc/
Dmenu.txt25 To use the menu system, simply make sure [vesa]menu.c32 is in the
/external/icu/icu4c/source/data/locales/
Dcs.txt2834 keycap{"klávesa"}