Home
last modified time | relevance | path

Searched refs:DwUsb (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c51 STATIC DW_USB_PROTOCOL *DwUsb; variable
263 DwUsb->GetLang (Descriptor->String, &Descriptor->Length); in HandleGetDescriptor()
274 DwUsb->GetManuFacturer (Descriptor->String, &Descriptor->Length); in HandleGetDescriptor()
285 DwUsb->GetProduct (Descriptor->String, &Descriptor->Length); in HandleGetDescriptor()
296 DwUsb->GetSerialNo (Descriptor->String, &Descriptor->Length); in HandleGetDescriptor()
780 Status = gBS->LocateProtocol (&gDwUsbProtocolGuid, NULL, (VOID **) &DwUsb); in DwUsbEntryPoint()
785 Status = DwUsb->PhyInit(USB_DEVICE_MODE); in DwUsbEntryPoint()
DDwUsbDxe.dec44 # DwUsb Driver PCDs
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DDwUsb3Dxe.dec44 # DwUsb Driver PCDs
DDwUsb3Dxe.c80 STATIC DW_USB_PROTOCOL *DwUsb; variable
1911 DwUsb->GetLang (Descriptor->String, &Descriptor->Length); in DwUsb3DoGetDescriptor()
1919 DwUsb->GetManuFacturer (Descriptor->String, &Descriptor->Length); in DwUsb3DoGetDescriptor()
1927 DwUsb->GetProduct (Descriptor->String, &Descriptor->Length); in DwUsb3DoGetDescriptor()
1935 DwUsb->GetSerialNo (Descriptor->String, &Descriptor->Length); in DwUsb3DoGetDescriptor()
2367 Status = gBS->LocateProtocol (&gDwUsbProtocolGuid, NULL, (VOID **) &DwUsb); in DwUsb3EntryPoint()
2371 Status = DwUsb->PhyInit(USB_DEVICE_MODE); in DwUsb3EntryPoint()