HomeSort by relevance Sort by last modified time
    Searched refs:PortStatus (Results 26 - 50 of 60) sorted by null

12 3

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 601 UINT32 *PortStatus;
657 PortStatus = (UINT32 *)(UINTN)(Handle->EhciMemoryBase + 0x64 + (DebugPortNumber - 1) * 4);
658 if (!(MmioRead32((UINTN)PortStatus) & BIT0)) {
669 MmioOr32((UINTN)PortStatus, BIT8);
671 MmioAnd32((UINTN)PortStatus, (UINT32)~BIT8);
672 while (MmioRead32((UINTN)PortStatus) & BIT8);
677 if ((MmioRead32((UINTN)PortStatus) & BIT2) == 0) {
    [all...]
  /hardware/interfaces/usb/1.0/
Android.mk 115 # Build types.hal (PortStatus)
117 GEN := $(intermediates)/android/hardware/usb/V1_0/PortStatus.java
127 android.hardware.usb@1.0::types.PortStatus
308 # Build types.hal (PortStatus)
310 GEN := $(intermediates)/android/hardware/usb/V1_0/PortStatus.java
320 android.hardware.usb@1.0::types.PortStatus
  /hardware/interfaces/usb/1.0/vts/functional/
VtsHalUsbV1_0TargetTest.cpp 40 using ::android::hardware::usb::V1_0::PortStatus;
68 const hidl_vec<PortStatus>& currentPortStatus, Status retval) override {
144 PortStatus usb_last_port_status;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
HubPeim.h 112 @param PortStatus Current Hub port status and change status.
124 OUT UINT32 *PortStatus
HubPeim.c 27 @param PortStatus Current Hub port status and change status.
39 OUT UINT32 *PortStatus
61 PortStatus,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
Usb2HostController.h 182 @param[out] PortStatus A pointer to the current port status bits and port
186 PortNumber was returned in PortStatus.
196 OUT EFI_USB_PORT_STATUS *PortStatus
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.h 195 @param PortStatus Variable to receive the port state.
198 by PortNumber was returned in PortStatus.
209 OUT EFI_USB_PORT_STATUS *PortStatus
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Usb2HostController.h 35 UINT16 PortStatus; ///< Contains current port status bitmap.
40 /// EFI_USB_PORT_STATUS.PortStatus bit definition
567 @param PortStatus A pointer to the current port status bits and port status change bits.
570 was returned in PortStatus.
579 OUT EFI_USB_PORT_STATUS *PortStatus
    [all...]
UsbHostController.h 407 @param PortStatus A pointer to the current port status bits and port status change bits.
410 was returned in PortStatus.
419 OUT EFI_USB_PORT_STATUS *PortStatus
  /hardware/interfaces/usb/1.0/default/
Usb.cpp 240 Status getPortStatusHelper (hidl_vec<PortStatus>& currentPortStatus) {
303 hidl_vec<PortStatus> currentPortStatus;
338 hidl_vec<PortStatus> currentPortStatus;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbUtility.h 94 @param PortStatus The variable to save port state.
104 OUT EFI_USB_PORT_STATUS *PortStatus
UsbHub.c     [all...]
UsbUtility.c 184 @param PortStatus The variable to save port state.
194 OUT EFI_USB_PORT_STATUS *PortStatus
200 Status = UsbBus->Usb2Hc->GetRootHubPortStatus (UsbBus->Usb2Hc, PortIndex, PortStatus);
202 Status = UsbBus->UsbHc->GetRootHubPortStatus (UsbBus->UsbHc, PortIndex, PortStatus);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hubbusif.h 46 IN USHORT PortStatus,
78 IN USHORT PortStatus,
97 IN USHORT PortStatus,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/
UsbHostController.h 170 OUT EFI_USB_PORT_STATUS * PortStatus
372 OUT EFI_USB_PORT_STATUS *PortStatus
  /external/libmojo/mojo/edk/system/
message_pipe_dispatcher.cc 494 ports::PortStatus port_status;
529 ports::PortStatus port_status;
data_pipe_consumer_dispatcher.cc 520 ports::PortStatus port_status;
data_pipe_producer_dispatcher.cc 498 ports::PortStatus port_status;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 236 UINT16 PortStatus;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.h 542 @param PortStatus A pointer to the current port status bits and
546 was returned in PortStatus.
556 OUT EFI_USB_PORT_STATUS *PortStatus
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 14 typedef enum { Unauthorized, Authorized } PortStatus;
  /device/google/marlin/usb/
Usb.cpp 375 * The caller of this method would reconstruct the V1_0::PortStatus
452 hidl_vec<V1_0::PortStatus> currentPortStatus;
528 * into V1_0::PortStatus to pass back through
531 hidl_vec<V1_0::PortStatus> currentPortStatus;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 417 @param PortStatus Variable to receive the port state.
420 by PortNumber was returned in PortStatus.
430 OUT EFI_USB_PORT_STATUS *PortStatus
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 27 import android.hardware.usb.V1_0.PortStatus;
420 public void notifyPortStatusChange(ArrayList<PortStatus> currentPortStatus, int retval) {
432 for (PortStatus current : currentPortStatus) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c 838 DEBUG ((EFI_D_INFO, "XhcPeiPollPortStatusChange: PortChangeStatus: %x PortStatus: %x\n", PortState->PortChangeStatus, PortState->PortStatus));
869 if (((PortState->PortStatus & USB_PORT_STAT_ENABLE) != 0) &&
870 ((PortState->PortStatus & USB_PORT_STAT_CONNECTION) != 0)) {
875 if ((PortState->PortStatus & USB_PORT_STAT_LOW_SPEED) != 0) {
877 } else if ((PortState->PortStatus & USB_PORT_STAT_HIGH_SPEED) != 0) {
879 } else if ((PortState->PortStatus & USB_PORT_STAT_SUPER_SPEED) != 0) {
    [all...]

Completed in 982 milliseconds

12 3