Lines Matching refs:This

6   This program and the accompanying materials
30 This function implements EFI_BLOCK_IO_PROTOCOL.Reset().
34 @param This Indicates a pointer to the calling context.
45 IN EFI_BLOCK_IO_PROTOCOL *This,
55 This function implements EFI_BLOCK_IO_PROTOCOL.ReadBlocks().
59 @param This Indicates a pointer to the calling context.
64 This must be a multiple of the intrinsic block size of the device.
80 IN EFI_BLOCK_IO_PROTOCOL *This,
106 Private = PRIVATE_FROM_BLOCK_IO (This);
159 This function implements EFI_BLOCK_IO_PROTOCOL.ReadBlocks().
163 @param This Indicates a pointer to the calling context.
167 This must be a multiple of the intrinsic block size of the device.
183 IN EFI_BLOCK_IO_PROTOCOL *This,
192 This,
205 This function implements EFI_BLOCK_IO_PROTOCOL.WriteBlocks().
209 @param This Indicates a pointer to the calling context.
213 This must be a multiple of the intrinsic block size of the device.
230 IN EFI_BLOCK_IO_PROTOCOL *This,
239 This,
251 @param This Indicates a pointer to the calling context.
261 IN EFI_BLOCK_IO_PROTOCOL *This
271 @param This The Driver Binding Protocol instance.
282 IN EFI_DRIVER_BINDING_PROTOCOL *This,
304 This->DriverBindingHandle,
346 This->DriverBindingHandle,
357 @param This The USB mass storage driver binding protocol.
362 @retval other This device isn't supported.
368 IN EFI_DRIVER_BINDING_PROTOCOL *This,
380 This->DriverBindingHandle,
391 This->DriverBindingHandle,
401 This function consumes USB I/O Portocol, intializes USB mass storage device,
405 @param This The USB mass storage driver binding protocol.
409 @retval EFI_SUCCESS This driver supports this device.
410 @retval EFI_UNSUPPORTED This driver does not support this device.
411 @retval EFI_DEVICE_ERROR This driver cannot be started due to device Error.
413 @retval EFI_ALREADY_STARTED This driver has been started.
419 IN EFI_DRIVER_BINDING_PROTOCOL *This,
426 Status = BlockIoInit (This, Controller);
440 @param This The USB mass storage driver binding
454 IN EFI_DRIVER_BINDING_PROTOCOL *This,
463 Private = PRIVATE_FROM_BLOCK_IO (This);
481 This->DriverBindingHandle,
494 This function is the entrypoint of USB Mass Storage Driver. It installs Driver Binding