Searched refs:mode_info (Results 1 – 6 of 6) sorted by relevance
24 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()
64 struct mode_info { struct72 int (*set_mode)(struct mode_info *mode); argument74 struct mode_info *modes;
36 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()
17 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()
55 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()
140 struct mode_info *mi; in display_menu()
Completed in 11 milliseconds