Home | History | Annotate | Download | only in UsbMassStorageDxe

Lines Matching defs:Context

43   @param  This                   Indicates a pointer to the calling context.

69 Status = UsbMass->Transport->Reset (UsbMass->Context, ExtendedVerification);
83 @param This Indicates a pointer to the calling context.
198 @param This Indicates a pointer to the calling context.
317 @param This Indicates a pointer to the calling context.
376 @param Context The parameter for USB_MASS_DEVICE.Context.
389 OUT VOID **Context,
422 // If found, execute USB_MASS_TRANSPORT.Init() to initialize the transport context.
428 Status = (*Transport)->Init (UsbIo, Context);
443 (*Transport)->GetMaxLun (*Context, MaxLun);
462 @param Context Parameter for USB_MASS_DEVICE.Context.
475 IN VOID *Context,
507 UsbMass->Context = Context;
602 @param Context Parameter for USB_MASS_DEVICE.Context.
613 IN VOID *Context
648 UsbMass->Context = Context;
747 // If found, execute USB_MASS_TRANSPORT.Init() to initialize the transport context.
796 VOID *Context;
805 Context = NULL;
808 Status = UsbMassInitTransport (This, Controller, &Transport, &Context, &MaxLun);
818 Status = UsbMassInitNonLun (This, Controller, Transport, Context);
864 Status = UsbMassInitMultiLun (This, Controller, Transport, Context, DevicePath, MaxLun);
987 UsbMass->Transport->CleanUp (UsbMass->Context);
1057 UsbMass->Transport->CleanUp (UsbMass->Context);