Lines Matching refs:mode_info
82 int vesa_mode, struct vbe_mode_info *mode_info) in atibios_debug_mode() argument
152 memcpy(mode_info->mode_info_block, buffer, in atibios_debug_mode()
154 mode_info->valid = true; in atibios_debug_mode()
155 vm = &mode_info->vesa; in atibios_debug_mode()
174 struct vbe_mode_info *mode_info) in atibios_set_vesa_mode() argument
204 memcpy(mode_info->mode_info_block, buffer, in atibios_set_vesa_mode()
206 mode_info->valid = true; in atibios_set_vesa_mode()
207 mode_info->video_mode = vesa_mode; in atibios_set_vesa_mode()
208 vm = &mode_info->vesa; in atibios_set_vesa_mode()
231 int vesa_mode, struct vbe_mode_info *mode_info) in PCI_doBIOSPOST() argument
234 int vesa_mode, struct vbe_mode_info *mode_info) in PCI_doBIOSPOST()
268 atibios_debug_mode(vga_info, ®s, vesa_mode, mode_info); in PCI_doBIOSPOST()
270 atibios_set_vesa_mode(®s, vesa_mode, mode_info); in PCI_doBIOSPOST()
479 int vesa_mode, struct vbe_mode_info *mode_info) in PCI_postController() argument
483 struct vbe_mode_info *mode_info) in PCI_postController()
539 PCI_doBIOSPOST(pcidev, vga_info, vesa_mode, mode_info); in PCI_postController()
582 struct vbe_mode_info *mode_info) in biosemu_run() argument
586 struct vbe_mode_info *mode_info) in biosemu_run()
591 vesa_mode, mode_info)) in biosemu_run()