HomeSort by relevance Sort by last modified time
    Searched refs:InterruptEndpoint (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassCbi.c 128 (UsbCbi->InterruptEndpoint == NULL)) {
130 UsbCbi->InterruptEndpoint = (EFI_USB_ENDPOINT_DESCRIPTOR *) (UsbCbi + 1) + 2;
131 CopyMem(UsbCbi->InterruptEndpoint, &EndPoint, sizeof (EndPoint));
140 if ((Interface->InterfaceProtocol == USB_MASS_STORE_CBI0) && (UsbCbi->InterruptEndpoint == NULL)) {
382 Endpoint = UsbCbi->InterruptEndpoint->EndpointAddress;
471 if (UsbCbi->InterruptEndpoint == NULL) {
UsbMassCbi.h 44 EFI_USB_ENDPOINT_DESCRIPTOR *InterruptEndpoint;

Completed in 448 milliseconds