Lines Matching refs:This

5 This program and the accompanying materials                          
87 This function implments EFI_DRIVER_BINDING_PROTOCOL.Supported().
91 @param This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
96 @retval EFI_SUCCESS This driver supports this device.
97 @retval EFI_ALREADY_STARTED This driver is already running on this device.
98 @retval EFI_UNSUPPORTED This driver does not support this device.
104 IN EFI_DRIVER_BINDING_PROTOCOL *This,
112 This function implments EFI_DRIVER_BINDING_PROTOCOL.Start().
116 @param This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
128 IN EFI_DRIVER_BINDING_PROTOCOL *This,
136 This function implments EFI_DRIVER_BINDING_PROTOCOL.Stop().
140 @param This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
145 @retval EFI_SUCCESS This driver is removed ControllerHandle
146 @retval other This driver was not removed from this device
152 IN EFI_DRIVER_BINDING_PROTOCOL *This,
165 This function retrieves the user readable name of a driver in the form of a
166 Unicode string. If the driver specified by This has a user readable name in
169 by This does not support the language specified by Language,
172 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
175 array indicating the language. This is the
183 This Unicode string is the name of the
184 driver specified by This in the language
188 This and the language specified by Language was
192 @retval EFI_UNSUPPORTED The driver specified by This does not support
199 IN EFI_COMPONENT_NAME_PROTOCOL *This,
208 This function retrieves the user readable name of the controller specified by
210 driver specified by This has a user readable name in the language specified by
212 and EFI_SUCCESS is returned. If the driver specified by This is not currently
214 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
217 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
220 specified by This is managing. This handle
224 the name of. This is an optional parameter that
232 array indicating the language. This is the
240 This Unicode string is the name of the
244 specified by This.
248 driver specified by This was returned in
255 @retval EFI_UNSUPPORTED The driver specified by This is not currently
258 @retval EFI_UNSUPPORTED The driver specified by This does not support
265 IN EFI_COMPONENT_NAME_PROTOCOL *This,
278 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset().
282 @param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
293 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
300 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.OutputString().
301 It writes a Unicode string to the output device. This is the most basic output mechanism
304 @param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
310 @retval EFI_WARN_UNKNOWN_GLYPH This warning code indicates that some of the characters in
316 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
323 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.TestString().
326 @param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
337 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
344 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.ClearScreen().
348 @param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
358 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This
364 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.SetAttribute().
370 @param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
382 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
389 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.SetCursorPosition().
393 @param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
406 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
414 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.EnableCursor().
417 @param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
430 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
437 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.QueryMode().
439 It is required that all output devices support at least 80x25 text mode. This mode is defined to be mode 0.
442 @param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
455 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
464 This function implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.QueryMode().
469 @param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
480 IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,