Home
last modified time | relevance | path

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

/arch/x86/boot/
Dvideo-bios.c26 static int bios_set_mode(struct mode_info *mi) in bios_set_mode()
72 struct mode_info *mi; in bios_probe()
81 video_bios.modes = GET_HEAP(struct mode_info, 0); in bios_probe()
84 if (!heap_free(sizeof(struct mode_info))) in bios_probe()
107 mi = GET_HEAP(struct mode_info, 1); in bios_probe()
Dvideo-vga.c19 static struct mode_info vga_modes[] = {
29 static struct mode_info ega_modes[] = {
34 static struct mode_info cga_modes[] = {
193 static int vga_set_mode(struct mode_info *mode) in vga_set_mode()
238 static struct mode_info *mode_lists[] = { in vga_probe()
244 sizeof(cga_modes)/sizeof(struct mode_info), in vga_probe()
245 sizeof(ega_modes)/sizeof(struct mode_info), in vga_probe()
246 sizeof(vga_modes)/sizeof(struct mode_info), in vga_probe()
Dvideo.h66 struct mode_info { struct
74 int (*set_mode)(struct mode_info *mode); argument
76 struct mode_info *modes;
Dvideo-vesa.c38 struct mode_info *mi; in vesa_probe()
41 video_vesa.modes = GET_HEAP(struct mode_info, 0); in vesa_probe()
59 if (!heap_free(sizeof(struct mode_info))) in vesa_probe()
78 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
93 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
106 static int vesa_set_mode(struct mode_info *mode) in vesa_set_mode()
Dvideo-mode.c57 struct mode_info *mi; in mode_defined()
76 struct mode_info *mi; in raw_set_mode()
104 struct mode_info mix; in raw_set_mode()
Dvideo.c138 struct mode_info *mi; in display_menu()