Home
last modified time | relevance | path

Searched refs:LcdPlatformGetMaxMode (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
DHdLcdArmVExpress.c157 LcdPlatformGetMaxMode ( in LcdPlatformGetMaxMode() function
175 if (ModeNumber >= LcdPlatformGetMaxMode ()) { in LcdPlatformSetMode()
213 if (ModeNumber >= LcdPlatformGetMaxMode ()) { in LcdPlatformQueryMode()
260 if (ModeNumber >= LcdPlatformGetMaxMode ()) { in LcdPlatformGetTimings()
282 if (ModeNumber >= LcdPlatformGetMaxMode ()) { in LcdPlatformGetBpp()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
DPL111LcdArmVExpress.c213 LcdPlatformGetMaxMode ( in LcdPlatformGetMaxMode() function
239 if (ModeNumber >= LcdPlatformGetMaxMode ()) { in LcdPlatformSetMode()
298 if (ModeNumber >= LcdPlatformGetMaxMode ()) { in LcdPlatformQueryMode()
345 if (ModeNumber >= LcdPlatformGetMaxMode ()) { in LcdPlatformGetTimings()
367 if (ModeNumber >= LcdPlatformGetMaxMode ()) { in LcdPlatformGetBpp()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
DLcdPlatformLib.h187 LcdPlatformGetMaxMode (
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.c95 Instance->Gop.Mode->MaxMode = LcdPlatformGetMaxMode (); in LcdInstanceContructor()