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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.c 76 USB_ENDPOINT_DESC *EpDesc;
138 EpDesc = UsbGetEndpointDesc (UsbIf, (UINT8) Request->Index);
140 if (EpDesc != NULL) {
141 EpDesc->Toggle = 0;
233 USB_ENDPOINT_DESC *EpDesc;
250 EpDesc = UsbGetEndpointDesc (UsbIf, Endpoint);
252 if ((EpDesc == NULL) || (USB_ENDPOINT_TYPE (&EpDesc->Desc) != USB_ENDPOINT_BULK)) {
258 Toggle = EpDesc->Toggle;
264 EpDesc->Desc.MaxPacketSize,
    [all...]
UsbHub.c 598 EFI_USB_ENDPOINT_DESCRIPTOR *EpDesc;
603 EpDesc = &(HubIf->HubEp->Desc);
615 EpDesc->EndpointAddress
624 EpDesc->EndpointAddress,
639 EpDesc->EndpointAddress,
694 USB_ENDPOINT_DESC *EpDesc;
709 EpDesc = NULL;
715 EpDesc = Setting->Endpoints[Index];
717 if (USB_BIT_IS_SET (EpDesc->Desc.EndpointAddress, USB_ENDPOINT_DIR_IN) &&
718 (USB_ENDPOINT_TYPE (&EpDesc->Desc) == USB_ENDPOINT_INTERRUPT)) {
    [all...]
UsbEnumer.c 33 USB_ENDPOINT_DESC *EpDesc;
40 EpDesc = UsbIf->IfSetting->Endpoints[Index];
42 if (EpDesc->Desc.EndpointAddress == EpAddr) {
43 return EpDesc;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c     [all...]

Completed in 258 milliseconds