Home
last modified time | relevance | path

Searched refs:InterruptEndpoint (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassCbi.c128 (UsbCbi->InterruptEndpoint == NULL)) { in UsbCbiInit()
130 UsbCbi->InterruptEndpoint = (EFI_USB_ENDPOINT_DESCRIPTOR *) (UsbCbi + 1) + 2; in UsbCbiInit()
131 CopyMem(UsbCbi->InterruptEndpoint, &EndPoint, sizeof (EndPoint)); in UsbCbiInit()
140 …if ((Interface->InterfaceProtocol == USB_MASS_STORE_CBI0) && (UsbCbi->InterruptEndpoint == NULL)) { in UsbCbiInit()
382 Endpoint = UsbCbi->InterruptEndpoint->EndpointAddress; in UsbCbiGetStatus()
471 if (UsbCbi->InterruptEndpoint == NULL) { in UsbCbiExecCommand()
DUsbMassCbi.h44 EFI_USB_ENDPOINT_DESCRIPTOR *InterruptEndpoint; member