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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassCbi.c 48 It will save its context which is a USB_CBI_PROTOCOL structure
65 USB_CBI_PROTOCOL *UsbCbi;
72 // Allocate the CBI context for USB_CBI_PROTOCOL and 3 endpoint descriptors.
75 sizeof (USB_CBI_PROTOCOL) + 3 * sizeof (EFI_USB_ENDPOINT_DESCRIPTOR)
175 IN USB_CBI_PROTOCOL *UsbCbi,
253 IN USB_CBI_PROTOCOL *UsbCbi,
371 IN USB_CBI_PROTOCOL *UsbCbi,
445 USB_CBI_PROTOCOL *UsbCbi;
451 UsbCbi = (USB_CBI_PROTOCOL *) Context;
556 USB_CBI_PROTOCOL *UsbCbi;
    [all...]
UsbMassCbi.h 46 } USB_CBI_PROTOCOL;
59 It will save its context which is a USB_CBI_PROTOCOL structure

Completed in 52 milliseconds