HomeSort by relevance Sort by last modified time
    Searched refs:Usb (Results 51 - 61 of 61) sorted by null

1 23

  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
Isp1761UsbDxe.c 21 #include <IndustryStandard/Usb.h>
28 Driver for using the NXP ISP1761 as a USB Peripheral controller.
29 Doesn't use USB OTG - just sets it in Pure Peripheral mode.
236 DEBUG ((EFI_D_INFO, "USB: Got a request for device descriptor\n"));
241 DEBUG ((EFI_D_INFO, "USB: Got a request for config descriptor\n"));
246 DEBUG ((EFI_D_INFO, "USB: Got a request for String descriptor %d\n", Request->Value & 0xFF));
249 DEBUG ((EFI_D_INFO, "USB: Didn't understand request for descriptor 0x%04x\n", Request->Value));
262 DEBUG ((EFI_D_INFO, "USB: Info: ResponseSize < wLength\n"));
290 // USB Spec: "The USB device does not change its device address until after
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 889 Converts a USB device path structure to its string representative.
909 USB_DEVICE_PATH *Usb;
911 Usb = DevPath;
912 UefiDevicePathLibCatPrint (Str, L"USB(0x%x,0x%x)", Usb->ParentPortNumber, Usb->InterfaceNumber);
916 Converts a USB WWID device path structure to its string representative.
    [all...]
DevicePathFromText.c     [all...]
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 109 android.hardware.usb@1.0-vts.func_fuzzer.Usb \
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c 15 #include <IndustryStandard/Usb.h>
244 DEBUG ((DEBUG_INFO, "USB: Got a request for device descriptor\n"));
249 DEBUG ((DEBUG_INFO, "USB: Got a request for config descriptor\n"));
254 DEBUG ((DEBUG_INFO, "USB: Got a request for String descriptor %d\n", Request->Value & 0xFF));
303 DEBUG ((DEBUG_INFO, "USB: Didn't understand request for descriptor 0x%04x\n", Request->Value));
315 DEBUG ((DEBUG_INFO, "USB: Info: ResponseSize < wLength\n"));
335 DEBUG ((DEBUG_INFO, "USB: Setting address to %d\n", Request->Value));
445 * The core sets this bit to indicate that a reset is detected on the USB.
503 * with respect to USB- and AHB-related events. */
615 /*Reset usb controller.*/
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 2 Debug Port Library implementation based on usb debug port.
17 #include <IndustryStandard/Usb.h>
51 // Usb debug device descriptor, which is defined at
86 // Usb debug port register file, which is defined at
103 // The state machine of usb debug port
106 #define USBDBG_NO_DBG_CAB 1 // The device attached is not usb debug cable
107 #define USBDBG_DBG_CAB 2 // The device attached is usb debug cable
108 #define USBDBG_INIT_DONE 4 // The usb debug cable device is initialized
118 // The usb debug port memory BAR number in EHCI configuration space.
123 // The offset of usb debug port registers in EHCI memory range.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.dsc     [all...]
OvmfPkgIa32X64.dsc     [all...]
OvmfPkgX64.dsc     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.c 15 #include <IndustryStandard/Usb.h>
545 /* soft reset the usb core */
754 DEBUG ((DEBUG_INFO, "usb reset\n"));
1149 DEBUG ((DEBUG_INFO, "please disconnect then connect USB cable again to recovery!\n"));
    [all...]
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 

Completed in 444 milliseconds

1 23