Lines Matching refs:Mode
522 return (efifb_from_gop(efifb, gop->Mode, gop->Mode->Info)); in efi_find_framebuffer()
543 if (tgop->Mode->Info->PixelFormat == PixelBltOnly || in efi_find_framebuffer()
544 tgop->Mode->Info->PixelFormat >= PixelFormatMax) in efi_find_framebuffer()
564 default_mode = gop->Mode->Mode; in efi_find_framebuffer()
567 if (mode != gop->Mode->Mode) in efi_find_framebuffer()
569 return (efifb_from_gop(efifb, gop->Mode, gop->Mode->Info)); in efi_find_framebuffer()
668 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in efifb_find_mode_xydm()
680 efifb_from_gop(&fb, gop->Mode, info); in efifb_find_mode_xydm()
692 return (gop->Mode->MaxMode); in efifb_find_mode_xydm()
702 return (gop->Mode->MaxMode); in efifb_find_mode()
718 mode = gop->Mode->MaxMode; in gop_default_mode()
722 if (mode == gop->Mode->MaxMode) { in gop_default_mode()
731 if (mode == gop->Mode->MaxMode) in gop_default_mode()
781 if (mode != gop->Mode->Mode) in command_gop()
809 if (mode == gop->Mode->MaxMode) in command_gop()
810 mode = gop->Mode->Mode; in command_gop()
822 print_efifb(gop->Mode->Mode, &efifb, 1); in command_gop()
847 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in command_gop()
851 efifb_from_gop(&fb, gop->Mode, info); in command_gop()