Lines Matching refs:This

5 This program and the accompanying materials
47 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
48 @param[in] ControllerHandle The handle of the controller to test. This handle
52 This parameter is ignored by device drivers,
57 specified by This.
60 by the driver specified by This.
67 driver specified by This.
73 IN EFI_DRIVER_BINDING_PROTOCOL *This,
90 by This must have been called with the same calling parameters, and Supported()
93 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
94 @param[in] ControllerHandle The handle of the controller to start. This handle
98 This parameter is ignored by device drivers,
112 IN EFI_DRIVER_BINDING_PROTOCOL *This,
133 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
149 IN EFI_DRIVER_BINDING_PROTOCOL *This,
163 @param This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
178 IN EFI_SERVICE_BINDING_PROTOCOL *This,
189 @param This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
204 IN EFI_SERVICE_BINDING_PROTOCOL *This,
215 This function retrieves the user readable name of a driver in the form of a
216 Unicode string. If the driver specified by This has a user readable name in
219 by This does not support the language specified by Language,
222 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
226 array indicating the language. This is the
235 This Unicode string is the name of the
236 driver specified by This in the language
240 This and the language specified by Language was
247 @retval EFI_UNSUPPORTED The driver specified by This does not support
254 IN EFI_COMPONENT_NAME_PROTOCOL *This,
264 This function retrieves the user readable name of the controller specified by
266 driver specified by This has a user readable name in the language specified by
268 and EFI_SUCCESS is returned. If the driver specified by This is not currently
270 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
273 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
277 specified by This is managing. This handle
282 the name of. This is an optional parameter that
291 array indicating the language. This is the
300 This Unicode string is the name of the
304 specified by This.
308 driver specified by This was returned in
320 @retval EFI_UNSUPPORTED The driver specified by This is not currently
324 @retval EFI_UNSUPPORTED The driver specified by This does not support
331 IN EFI_COMPONENT_NAME_PROTOCOL *This,