Lines Matching refs:This

6 This program and the accompanying materials
38 @param This The USB mass storage driver binding protocol.
43 @retval other This device isn't supported.
49 IN EFI_DRIVER_BINDING_PROTOCOL *This,
57 This function consumes USB I/O Portocol, intializes USB mass storage device,
61 @param This The USB mass storage driver binding protocol.
65 @retval EFI_SUCCESS This driver supports this device.
66 @retval EFI_UNSUPPORTED This driver does not support this device.
67 @retval EFI_DEVICE_ERROR This driver cannot be started due to device Error.
69 @retval EFI_ALREADY_STARTED This driver has been started.
75 IN EFI_DRIVER_BINDING_PROTOCOL *This,
83 @param This The USB mass storage driver binding
97 IN EFI_DRIVER_BINDING_PROTOCOL *This,
110 This function implements EFI_BLOCK_IO_PROTOCOL.Reset().
114 @param This Indicates a pointer to the calling context.
125 IN EFI_BLOCK_IO_PROTOCOL *This,
132 This function implements EFI_BLOCK_IO_PROTOCOL.ReadBlocks().
136 @param This Indicates a pointer to the calling context.
140 This must be a multiple of the intrinsic block size of the device.
156 IN EFI_BLOCK_IO_PROTOCOL *This,
166 This function implements EFI_BLOCK_IO_PROTOCOL.WriteBlocks().
170 @param This Indicates a pointer to the calling context.
174 This must be a multiple of the intrinsic block size of the device.
191 IN EFI_BLOCK_IO_PROTOCOL *This,
201 This function implements EFI_BLOCK_IO_PROTOCOL.FlushBlocks().
205 @param This Indicates a pointer to the calling context.
215 IN EFI_BLOCK_IO_PROTOCOL *This
225 This function retrieves the user readable name of a driver in the form of a
226 Unicode string. If the driver specified by This has a user readable name in
229 by This does not support the language specified by Language,
232 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
235 array indicating the language. This is the
243 This Unicode string is the name of the
244 driver specified by This in the language
248 This and the language specified by Language was
252 @retval EFI_UNSUPPORTED The driver specified by This does not support
259 IN EFI_COMPONENT_NAME_PROTOCOL *This,
269 This function retrieves the user readable name of the controller specified by
271 driver specified by This has a user readable name in the language specified by
273 and EFI_SUCCESS is returned. If the driver specified by This is not currently
275 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
278 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
281 specified by This is managing. This handle
285 the name of. This is an optional parameter that
293 array indicating the language. This is the
301 This Unicode string is the name of the
305 specified by This.
309 driver specified by This was returned in
316 @retval EFI_UNSUPPORTED The driver specified by This is not currently
319 @retval EFI_UNSUPPORTED The driver specified by This does not support
326 IN EFI_COMPONENT_NAME_PROTOCOL *This,