summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-08 08:21:40 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-08 08:21:40 +0000
commited055f1b633092d91850079ff2328dabc6ab75c9 (patch)
treef3f20dc91c893e970e54fb686bd46d0ae1b25f77 /MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h
parent0a6c0fd56311f9be1d4b47d87acba30d4327a317 (diff)
downloadedk2-ed055f1b633092d91850079ff2328dabc6ab75c9.zip
edk2-ed055f1b633092d91850079ff2328dabc6ab75c9.tar.gz
edk2-ed055f1b633092d91850079ff2328dabc6ab75c9.tar.bz2
ECC clean up.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7211 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h')
-rw-r--r--MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h66
1 files changed, 32 insertions, 34 deletions
diff --git a/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h b/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h
index 75df355..5ff5e6a 100644
--- a/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h
+++ b/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h
@@ -207,32 +207,32 @@ typedef struct {
EFI_HANDLE VirtualHandle;
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL TextOut;
EFI_SIMPLE_TEXT_OUTPUT_MODE TextOutMode;
-
+
EFI_UGA_DRAW_PROTOCOL UgaDraw;
UINT32 UgaHorizontalResolution;
UINT32 UgaVerticalResolution;
UINT32 UgaColorDepth;
UINT32 UgaRefreshRate;
EFI_UGA_PIXEL *UgaBlt;
-
+
EFI_GRAPHICS_OUTPUT_PROTOCOL GraphicsOutput;
EFI_GRAPHICS_OUTPUT_BLT_PIXEL *GraphicsOutputBlt;
EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *GraphicsOutputModeBuffer;
UINTN CurrentNumberOfGraphicsOutput;
UINTN CurrentNumberOfUgaDraw;
BOOLEAN HardwareNeedsStarting;
-
+
EFI_CONSOLE_CONTROL_PROTOCOL ConsoleControl;
-
+
UINTN CurrentNumberOfConsoles;
TEXT_OUT_AND_GOP_DATA *TextOutList;
UINTN TextOutListCount;
TEXT_OUT_SPLITTER_QUERY_DATA *TextOutQueryData;
UINTN TextOutQueryDataCount;
INT32 *TextOutModeMap;
-
+
EFI_CONSOLE_CONTROL_SCREEN_MODE ConsoleOutputMode;
-
+
UINTN DevNullColumns;
UINTN DevNullRows;
CHAR16 *DevNullScreen;
@@ -277,7 +277,7 @@ typedef struct {
Installs driver module protocols and. Creates virtual device handles for ConIn,
ConOut, and StdErr. Installs Simple Text In protocol, Simple Text In Ex protocol,
- Simple Pointer protocol, Absolute Pointer protocol on those virtual handlers.
+ Simple Pointer protocol, Absolute Pointer protocol on those virtual handlers.
Installs Graphics Output protocol and/or UGA Draw protocol if needed.
@param[in] ImageHandle The firmware allocated handle for the EFI image.
@@ -325,12 +325,9 @@ ConSplitterTextOutConstructor (
TEXT_OUT_SPLITTER_PRIVATE_DATA *ConOutPrivate
);
-//
-// Driver Binding Functions
-//
/**
- Test to see if Console In Device could be supported on the Controller.
+ Test to see if Console In Device could be supported on the Controller.
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to test.
@@ -350,7 +347,7 @@ ConSplitterConInDriverBindingSupported (
);
/**
- Test to see if Simple Pointer protocol could be supported on the Controller.
+ Test to see if Simple Pointer protocol could be supported on the Controller.
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to test.
@@ -370,7 +367,7 @@ ConSplitterSimplePointerDriverBindingSupported (
);
/**
- Test to see if Console Out Device could be supported on the Controller.
+ Test to see if Console Out Device could be supported on the Controller.
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to test.
@@ -390,7 +387,7 @@ ConSplitterConOutDriverBindingSupported (
);
/**
- Test to see if Standard Error Device could be supported on the Controller.
+ Test to see if Standard Error Device could be supported on the Controller.
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to test.
@@ -410,8 +407,8 @@ ConSplitterStdErrDriverBindingSupported (
);
/**
- Start Console In Consplitter on device handle.
-
+ Start Console In Consplitter on device handle.
+
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to bind driver to.
@param RemainingDevicePath Optional parameter use to pick a specific child
@@ -430,8 +427,8 @@ ConSplitterConInDriverBindingStart (
);
/**
- Start Simple Pointer Consplitter on device handle.
-
+ Start Simple Pointer Consplitter on device handle.
+
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to bind driver to.
@param RemainingDevicePath Optional parameter use to pick a specific child
@@ -450,8 +447,8 @@ ConSplitterSimplePointerDriverBindingStart (
);
/**
- Start Console Out Consplitter on device handle.
-
+ Start Console Out Consplitter on device handle.
+
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to bind driver to.
@param RemainingDevicePath Optional parameter use to pick a specific child
@@ -470,8 +467,8 @@ ConSplitterConOutDriverBindingStart (
);
/**
- Start Standard Error Consplitter on device handle.
-
+ Start Standard Error Consplitter on device handle.
+
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to bind driver to.
@param RemainingDevicePath Optional parameter use to pick a specific child
@@ -580,7 +577,7 @@ ConSplitterStdErrDriverBindingStop (
/**
- Test to see if Absolute Pointer protocol could be supported on the Controller.
+ Test to see if Absolute Pointer protocol could be supported on the Controller.
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to test.
@@ -600,8 +597,8 @@ ConSplitterAbsolutePointerDriverBindingSupported (
);
/**
- Start Absolute Pointer Consplitter on device handle.
-
+ Start Absolute Pointer Consplitter on device handle.
+
@param This Driver Binding protocol instance pointer.
@param ControllerHandle Handle of device to bind driver to.
@param RemainingDevicePath Optional parameter use to pick a specific child
@@ -1346,7 +1343,6 @@ ConSplitterTextInExDeleteDevice (
// Simple Text Input Ex protocol function prototypes
//
-
/**
Reset the input device and optionaly run diagnostics
@@ -1479,6 +1475,7 @@ ConSplitterTextInWaitForKey (
IN EFI_EVENT Event,
IN VOID *Context
);
+
/**
Return TRUE if StdIn is locked. The ConIn device on the virtual handle is
the only device locked.
@@ -1491,6 +1488,7 @@ BOOLEAN
ConSpliterConssoleControlStdInLocked (
VOID
);
+
/**
This timer event will fire when StdIn is locked. It will check the key
sequence on StdIn to see if it matches the password. Any error in the
@@ -1903,7 +1901,7 @@ ConSpliterGraphicsOutputQueryMode (
);
/**
- Set the video device into the specified mode and clears the visible portions of
+ Set the video device into the specified mode and clears the visible portions of
the output display to black.
@param This The EFI_GRAPHICS_OUTPUT_PROTOCOL instance.
@@ -1959,7 +1957,7 @@ ConSpliterGraphicsOutputSetMode (
@param DestinationX X coordinate of destination for the BltBuffer.
@param DestinationY Y coordinate of destination for the BltBuffer.
@param Width Width of rectangle in BltBuffer in pixels.
- @param Height Hight of rectangle in BltBuffer in pixels.
+ @param Height Hight of rectangle in BltBuffer in pixels.
@param Delta OPTIONAL.
@retval EFI_SUCCESS The Blt operation completed.
@@ -1984,7 +1982,7 @@ ConSpliterGraphicsOutputBlt (
);
/**
- Write data from the buffer to video display based on Graphics Output setting.
+ Write data from the buffer to video display based on Graphics Output setting.
@param Private Consplitter Text Out pointer.
@param GraphicsOutput Graphics Output protocol pointer.
@@ -1994,7 +1992,7 @@ ConSpliterGraphicsOutputBlt (
@retval EFI_SUCCESS The Blt operation completed.
@retval EFI_INVALID_PARAMETER BltOperation is not valid.
@retval EFI_DEVICE_ERROR A hardware error occured writting to the video buffer.
-
+
**/
EFI_STATUS
@@ -2063,7 +2061,7 @@ ConSpliterUgaDrawSetMode (
(DestinationX, DestinationY)
(DestinationX + Width, DestinationY + Height).
Only one pixel will be used from the BltBuffer. Delta is NOT used.
- EfiUgaVideoToBltBuffer:
+ EfiUgaVideoToBltBuffer:
Read data from the video display rectangle
(SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in
the BltBuffer rectangle (DestinationX, DestinationY )
@@ -2117,7 +2115,7 @@ ConSpliterUgaDrawBlt (
);
/**
- Write data from the buffer to video display based on UGA Draw setting.
+ Write data from the buffer to video display based on UGA Draw setting.
@param Private Consplitter Text Out pointer.
@param GraphicsOutput Graphics Output protocol pointer.
@@ -2127,7 +2125,7 @@ ConSpliterUgaDrawBlt (
@retval EFI_SUCCESS The Blt operation completed.
@retval EFI_INVALID_PARAMETER BltOperation is not valid.
@retval EFI_DEVICE_ERROR A hardware error occured writting to the video buffer.
-
+
**/
EFI_STATUS
DevNullUgaSync (
@@ -2202,7 +2200,7 @@ DevNullTextOutClearScreen (
Sets the current coordinates of the cursor position.
@param Private Text Out Splitter pointer.
- @param Column
+ @param Column
@param Row the position to set the cursor to. Must be
greater than or equal to zero and less than the
number of columns and rows by QueryMode ().