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

1 2 3

  /hardware/interfaces/usb/1.0/
IUsbCallback.hal 22 * to receive updates on the PortStatus.
28 * when caller requested for the PortStatus update through queryPortStatus.
35 oneway notifyPortStatusChange(vec<PortStatus> currentPortStatus, Status retval);
types.hal 158 struct PortStatus {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbPeim.c 221 EFI_USB_PORT_STATUS PortStatus;
239 (UINT32 *) &PortStatus
246 DEBUG ((EFI_D_INFO, "USB Status --- Port: %x ConnectChange[%04x] Status[%04x]\n", Index, PortStatus.PortChangeStatus, PortStatus.PortStatus));
250 if ((PortStatus.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_OVERCURRENT | USB_PORT_STAT_C_RESET)) == 0) {
253 if (IsPortConnect (PortStatus.PortStatus)) {
292 if (((PortStatus.PortChangeStatus & USB_PORT_STAT_C_RESET) == 0) ||
293 ((PortStatus.PortStatus & (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE)) == 0)) {
    [all...]
PeiUsbLib.c 202 @param PortStatus The usb port status gotten.
210 IN UINT16 PortStatus
214 // return the bit 0 value of PortStatus
216 if ((PortStatus & USB_PORT_STAT_CONNECTION) != 0) {
226 @param PortStatus The usb port status gotten.
233 IN UINT16 PortStatus
236 if ((PortStatus & USB_PORT_STAT_LOW_SPEED) != 0) {
238 } else if ((PortStatus & USB_PORT_STAT_HIGH_SPEED) != 0){
240 } else if ((PortStatus & USB_PORT_STAT_SUPER_SPEED) != 0) {
PeiUsbLib.h 194 @param PortStatus The usb port status gotten.
202 IN UINT16 PortStatus
208 @param PortStatus The usb port status gotten.
215 IN UINT16 PortStatus
  /hardware/interfaces/usb/1.1/
types.hal 45 PortStatus status;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciReg.c 1283 HcRHPORT_STATUS PortStatus;
1286 ZeroMem (&PortStatus, sizeof(HcRHPORT_STATUS));
1289 PortStatus.CurrentConnectStat = 1;
1292 PortStatus.EnableStat = 1;
1295 PortStatus.SuspendStat = 1;
1298 PortStatus.OCIndicator = 1;
1301 PortStatus.ResetStat = 1;
1304 PortStatus.PowerStat = 1;
1307 PortStatus.LsDeviceAttached = 1;
1310 PortStatus.ConnectStatChange = 1;
    [all...]
Ohci.c     [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciReg.c 1278 HcRHPORT_STATUS PortStatus;
1281 ZeroMem (&PortStatus, sizeof(HcRHPORT_STATUS));
1284 PortStatus.CurrentConnectStat = 1;
1287 PortStatus.EnableStat = 1;
1290 PortStatus.SuspendStat = 1;
1293 PortStatus.OCIndicator = 1;
1296 PortStatus.ResetStat = 1;
1299 PortStatus.PowerStat = 1;
1302 PortStatus.LsDeviceAttached = 1;
1305 PortStatus.ConnectStatChange = 1;
    [all...]
OhcPeim.c 586 @param PortStatus Variable to receive the port state.
589 by PortNumber was returned in PortStatus.
600 OUT EFI_USB_PORT_STATUS *PortStatus
612 PortStatus->PortStatus = 0;
613 PortStatus->PortChangeStatus = 0;
616 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION;
619 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c 520 EFI_USB_PORT_STATUS PortStatus;
770 PortStatus.PortStatus = 0;
771 PortStatus.PortChangeStatus = 0;
778 PortStatus.PortStatus |= USB_PORT_STAT_SUPER_SPEED;
785 PortStatus.PortStatus |= USB_PORT_STAT_LOW_SPEED;
787 PortStatus.PortStatus |= USB_PORT_STAT_HIGH_SPEED;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.c 357 @param PortStatus Variable to receive the port state.
360 by PortNumber was returned in PortStatus.
370 OUT EFI_USB_PORT_STATUS *PortStatus
383 if (PortStatus == NULL) {
400 PortStatus->PortStatus = 0;
401 PortStatus->PortChangeStatus = 0;
410 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
414 PortStatus->PortStatus |= USB_PORT_STAT_HIGH_SPEED;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
PeiUsbLib.c 264 @param PortStatus The usb port status gotten.
272 IN UINT16 PortStatus
276 // return the bit 0 value of PortStatus
278 if ((PortStatus & USB_PORT_STAT_CONNECTION) != 0) {
288 @param PortStatus The usb port status gotten.
296 IN UINT16 PortStatus
300 // return the bit 9 value of PortStatus
302 if ((PortStatus & USB_PORT_STAT_LOW_SPEED) != 0) {
PeiUsbLib.h 210 @param PortStatus The usb port status gotten.
218 IN UINT16 PortStatus
224 @param PortStatus The usb port status gotten.
232 IN UINT16 PortStatus
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.c 906 @param PortStatus Variable to receive the port state.
909 by PortNumber was returned in PortStatus.
919 OUT EFI_USB_PORT_STATUS *PortStatus
930 if (PortStatus == NULL) {
945 PortStatus->PortStatus = 0;
946 PortStatus->PortChangeStatus = 0;
957 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
960 PortStatus->PortStatus |= USB_PORT_STAT_HIGH_SPEED;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwUsbHostDxe.c 333 OUT EFI_USB_PORT_STATUS *PortStatus
342 if (PortStatus == NULL)
347 PortStatus->PortStatus = 0;
348 PortStatus->PortChangeStatus = 0;
352 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION;
356 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE;
360 PortStatus->PortStatus |= USB_PORT_STAT_SUSPEND
    [all...]
DwUsbHostDxe.h 78 UINT16 PortStatus;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
Uhci.c 342 @param PortStatus A pointer to the current port status bits and port
345 @return EFI_SUCCESS status of the USB root hub port was returned in PortStatus.
355 OUT EFI_USB_PORT_STATUS *PortStatus
364 if (PortStatus == NULL) {
373 PortStatus->PortStatus = 0;
374 PortStatus->PortChangeStatus = 0;
379 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION;
383 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbuser.h 126 USHORT PortStatus;
137 USHORT PortStatus;
147 USHORT PortStatus;
229 USHORT PortStatus;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
UhcPeim.c 671 @param PortStatus Variable to receive the port state.
674 by PortNumber was returned in PortStatus.
684 OUT EFI_USB_PORT_STATUS *PortStatus
692 if (PortStatus == NULL) {
704 PortStatus->PortStatus = 0;
705 PortStatus->PortChangeStatus = 0;
713 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION;
719 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE;
    [all...]
  /external/libmojo/mojo/edk/system/ports/
node.h 41 struct PortStatus {
96 int GetStatus(const PortRef& port_ref, PortStatus* port_status);
  /hardware/interfaces/usb/1.1/vts/functional/
VtsHalUsbV1_1TargetTest.cpp 41 using ::android::hardware::usb::V1_0::PortStatus;
86 Return<void> notifyPortStatusChange(const hidl_vec<PortStatus>& /* currentPortStatus */,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
UsbHostController.h 170 @param[out] PortStatus A pointer to the current port status bits and port
174 PortNumber was returned in PortStatus.
184 OUT EFI_USB_PORT_STATUS *PortStatus
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.c 324 @param PortStatus Variable to receive the port state.
327 by PortNumber was returned in PortStatus.
337 OUT EFI_USB_PORT_STATUS *PortStatus
350 if (PortStatus == NULL) {
367 PortStatus->PortStatus = 0;
368 PortStatus->PortChangeStatus = 0;
386 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
389 PortStatus->PortStatus |= USB_PORT_STAT_HIGH_SPEED;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.c 707 if (!USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_CONNECTION)) {
710 } else if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_SUPER_SPEED)){
713 } else if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_HIGH_SPEED)) {
716 } else if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_LOW_SPEED)) {
904 Port, PortState.PortStatus, PortState.PortChangeStatus, HubIf));
914 if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_OVERCURRENT)) {
962 if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_CONNECTION)) {

Completed in 1250 milliseconds

1 2 3