Home
last modified time | relevance | path

Searched refs:mode_info (Results 1 – 6 of 6) sorted by relevance

/arch/x86/boot/
A Dvideo-bios.c24 static int bios_set_mode(struct mode_info *mi) in bios_set_mode()
70 struct mode_info *mi; in bios_probe()
79 video_bios.modes = GET_HEAP(struct mode_info, 0); in bios_probe()
82 if (!heap_free(sizeof(struct mode_info))) in bios_probe()
105 mi = GET_HEAP(struct mode_info, 1); in bios_probe()
A Dvideo.h64 struct mode_info { struct
72 int (*set_mode)(struct mode_info *mode); argument
74 struct mode_info *modes;
A Dvideo-vesa.c36 struct mode_info *mi; in vesa_probe()
39 video_vesa.modes = GET_HEAP(struct mode_info, 0); in vesa_probe()
57 if (!heap_free(sizeof(struct mode_info))) in vesa_probe()
76 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
91 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
104 static int vesa_set_mode(struct mode_info *mode) in vesa_set_mode()
A Dvideo-vga.c17 static struct mode_info vga_modes[] = {
27 static struct mode_info ega_modes[] = {
32 static struct mode_info cga_modes[] = {
191 static int vga_set_mode(struct mode_info *mode) in vga_set_mode()
236 static struct mode_info *mode_lists[] = { in vga_probe()
A Dvideo-mode.c55 struct mode_info *mi; in mode_defined()
74 struct mode_info *mi; in raw_set_mode()
102 struct mode_info mix; in raw_set_mode()
A Dvideo.c140 struct mode_info *mi; in display_menu()

Completed in 11 milliseconds