Lines Matching refs:This

5 This program and the accompanying materials
58 @param This Protocol instance pointer.
63 @retval EFI_SUCCESS This driver supports this device
64 @retval EFI_ALREADY_STARTED This driver is already running on this device
65 @retval other This driver does not support this device
71 IN EFI_DRIVER_BINDING_PROTOCOL *This,
80 @param This Protocol instance pointer.
85 @retval EFI_SUCCESS This driver is added to ControllerHandle
86 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle
87 @retval other This driver does not support this device
93 IN EFI_DRIVER_BINDING_PROTOCOL *This,
102 @param This Protocol instance pointer.
108 @retval EFI_SUCCESS This driver is removed ControllerHandle
109 @retval other This driver was not removed from this device
115 IN EFI_DRIVER_BINDING_PROTOCOL *This,
133 @param This Protocol instance pointer.
150 IN EFI_DISK_IO_PROTOCOL *This,
167 @param This Protocol instance pointer.
185 IN EFI_DISK_IO_PROTOCOL *This,
198 This function retrieves the user readable name of a driver in the form of a
199 Unicode string. If the driver specified by This has a user readable name in
202 by This does not support the language specified by Language,
205 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
209 array indicating the language. This is the
218 This Unicode string is the name of the
219 driver specified by This in the language
223 This and the language specified by Language was
230 @retval EFI_UNSUPPORTED The driver specified by This does not support
237 IN EFI_COMPONENT_NAME_PROTOCOL *This,
247 This function retrieves the user readable name of the controller specified by
249 driver specified by This has a user readable name in the language specified by
251 and EFI_SUCCESS is returned. If the driver specified by This is not currently
253 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
256 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
260 specified by This is managing. This handle
265 the name of. This is an optional parameter that
274 array indicating the language. This is the
283 This Unicode string is the name of the
287 specified by This.
291 driver specified by This was returned in
303 @retval EFI_UNSUPPORTED The driver specified by This is not currently
307 @retval EFI_UNSUPPORTED The driver specified by This does not support
314 IN EFI_COMPONENT_NAME_PROTOCOL *This,