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

1 2 3

  /device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/
UefiUsbLibInternal.h 26 #include <IndustryStandard/Usb.h>
  /device/google/marlin/usb/
service.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.marlin"
20 #include "Usb.h"
29 using android::hardware::usb::V1_1::IUsb;
30 using android::hardware::usb::V1_1::implementation::Usb;
36 android::sp<IUsb> service = new Usb();
42 ALOGE("Cannot register USB HAL service");
46 ALOGI("USB HAL Ready.");
49 ALOGI("USB HAL failed to join thread pool.");
Usb.h 4 #include <android/hardware/usb/1.1/IUsb.h>
5 #include <android/hardware/usb/1.1/types.h>
6 #include <android/hardware/usb/1.1/IUsbCallback.h>
19 namespace usb { namespace in namespace:android::hardware
23 using ::android::hardware::usb::V1_0::PortRole;
24 using ::android::hardware::usb::V1_0::PortRoleType;
25 using ::android::hardware::usb::V1_0::PortDataRole;
26 using ::android::hardware::usb::V1_0::PortPowerRole;
27 using ::android::hardware::usb::V1_0::Status;
28 using ::android::hardware::usb::V1_1::IUsb
    [all...]
Usb.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.wahoo"
36 #include "Usb.h"
40 namespace usb { namespace in namespace:android::hardware
135 const PortRole &newRole, struct Usb *usb) {
152 pthread_mutex_lock(&usb->mPartnerLock);
153 usb->mPartnerUp = false;
166 int err = pthread_cond_timedwait(&usb->mPartnerCV, &usb->mPartnerLock, &to);
171 } else if (!usb->mPartnerUp)
486 android::hardware::usb::V1_1::implementation::Usb *usb; member in struct:android::hardware::usb::V1_1::implementation::data
    [all...]
  /device/google/wahoo/usb/
service.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.wahoo"
20 #include "Usb.h"
29 using android::hardware::usb::V1_1::IUsb;
30 using android::hardware::usb::V1_1::implementation::Usb;
36 android::sp<IUsb> service = new Usb();
42 ALOGE("Cannot register USB HAL service");
46 ALOGI("USB HAL Ready.");
49 ALOGI("USB HAL failed to join thread pool.");
Usb.h 4 #include <android/hardware/usb/1.1/IUsb.h>
5 #include <android/hardware/usb/1.1/types.h>
6 #include <android/hardware/usb/1.1/IUsbCallback.h>
19 namespace usb { namespace in namespace:android::hardware
23 using ::android::hardware::usb::V1_0::PortRole;
24 using ::android::hardware::usb::V1_0::PortRoleType;
25 using ::android::hardware::usb::V1_0::PortDataRole;
26 using ::android::hardware::usb::V1_0::PortPowerRole;
27 using ::android::hardware::usb::V1_0::Status;
28 using ::android::hardware::usb::V1_1::IUsb
    [all...]
Usb.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.wahoo"
36 #include "Usb.h"
40 namespace usb { namespace in namespace:android::hardware
161 const PortRole &newRole, struct Usb *usb) {
178 pthread_mutex_lock(&usb->mPartnerLock);
179 usb->mPartnerUp = false;
192 int err = pthread_cond_timedwait(&usb->mPartnerCV, &usb->mPartnerLock, &to);
197 } else if (!usb->mPartnerUp)
535 android::hardware::usb::V1_1::implementation::Usb *usb; member in struct:android::hardware::usb::V1_1::implementation::data
    [all...]
  /hardware/interfaces/usb/1.0/default/
service.cpp 18 #include "Usb.h"
27 using android::hardware::usb::V1_0::IUsb;
28 using android::hardware::usb::V1_0::implementation::Usb;
35 android::sp<IUsb> service = new Usb();
41 ALOGI("USB HAL Ready.");
45 ALOGE("Cannot register USB HAL service");
Android.mk 6 LOCAL_MODULE := android.hardware.usb@1.0-service
7 LOCAL_INIT_RC := android.hardware.usb@1.0-service.rc
10 Usb.cpp
19 android.hardware.usb@1.0 \
Usb.h 4 #include <android/hardware/usb/1.0/IUsb.h>
13 #define LOG_TAG "android.hardware.usb@1.0-service"
18 namespace usb { namespace in namespace:android::hardware
22 using ::android::hardware::usb::V1_0::IUsb;
23 using ::android::hardware::usb::V1_0::IUsbCallback;
24 using ::android::hardware::usb::V1_0::PortRole;
34 struct Usb : public IUsb {
35 Usb();
48 } // namespace usb
Usb.cpp 30 #include "Usb.h"
34 namespace usb { namespace in namespace:android::hardware
85 Return<void> Usb::switchRole(const hidl_string& portName,
302 Return<void> Usb::queryPortStatus() {
316 android::hardware::usb::V1_0::implementation::Usb *usb; member in struct:android::hardware::usb::V1_0::implementation::data
337 if (payload->usb->mCallback != NULL) {
341 payload->usb->mCallback->notifyPortStatusChange(currentPortStatus, status);
368 payload.usb = (android::hardware::usb::V1_0::implementation::Usb *)param
459 Usb *usb; member in namespace:android::hardware::usb::V1_0::implementation
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
UsbPeim.h 2 Usb Peim definition.
31 #include <IndustryStandard/Usb.h>
UsbBotPeim.h 2 Usb BOT Peim definition.
29 #include <IndustryStandard/Usb.h>
253 This function finds out all the current USB IO PPIs in the system and add them
272 Initialize the usb bot device.
278 @retval EFI_SUCCESS The usb bot device is initialized successfully.
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
UsbDevice.h 18 #include <IndustryStandard/Usb.h>
79 Restart the USB peripheral controller and respond to enumeration.
85 USB Spec section 9.4.3:
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
HiKeyDxe.inf 33 OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.dec
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbHub.h 3 The definition for USB hub.
19 #include <IndustryStandard/Usb.h>
50 // USB hub class feature selector
83 // USB hub power control method. In gang power control
88 // USB hub status bits
146 @param UsbDev The Usb device.
185 @param UsbDev The Usb device.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.c 735 } else if (AsciiStrnCmp ("USB", Drive->Parameters.InterfaceType, 3) == 0) {
737 // USB drive
739 Node.Usb.Header.Type = MESSAGING_DEVICE_PATH;
740 Node.Usb.Header.SubType = MSG_USB_DP;
741 SetDevicePathNodeLength (&Node.Usb.Header, sizeof (USB_DEVICE_PATH));
742 Node.Usb.ParentPortNumber = (UINT8) Drive->Parameters.DevicePath.Usb.Reserved;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
Quark.fdf 382 INF QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf
384 INF QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf
385 INF MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
386 INF MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
525 # USB
530 INF QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf
531 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
532 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
533 INF MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
534 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/
HiKey.fdf 129 # USB Host Support
131 INF OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/DwUsbHostDxe.inf
132 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
135 # USB Mass Storage Support
137 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
140 # USB Peripheral Support
143 INF OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.inf
167 INF OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772b.inf
HiKey.dsc 94 # USB Requirements
335 # DW USB controller
430 # USB Host Support
432 OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/DwUsbHostDxe.inf
433 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
436 # USB Mass Storage Support
438 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
441 # USB Peripheral Support
444 OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.inf
468 OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772b.in
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/
DuetPkg.fdf 92 # Usb Support
95 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
96 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
97 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbPeim.h 2 Usb Peim definition.
34 #include <IndustryStandard/Usb.h>
114 Submits control transfer to a target USB device.
118 @param Request USB device request to send.
123 @param Data Data buffer to be transmitted or received from USB device.
146 Submits bulk transfer to a bulk endpoint of a USB device.
178 Get the usb interface descriptor.
185 @retval EFI_SUCCESS Usb interface descriptor is obtained successfully.
197 Get the usb endpoint descriptor.
204 @retval EFI_SUCCESS Usb endpoint descriptor is obtained successfully.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMass.h 2 Definition of USB Mass Storage Class and its value, USB Mass Transport Protocol,
58 Initializes USB transport protocol.
60 This function initializes the USB mass storage class transport protocol.
63 @param UsbIo The USB I/O Protocol instance
68 @retval Other The USB transport initialization fails.
74 IN EFI_USB_IO_PROTOCOL *Usb,
79 Execute USB mass storage command through the transport protocol.
81 @param Context The USB Transport Protocol.
110 Reset the USB mass storage device by Transport protocol.
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/
OptionRomPkg.dsc 107 OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf
  /device/linaro/bootloader/edk2/MdeModulePkg/
MdeModulePkg.dsc 226 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
227 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
232 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
233 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
234 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
235 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
236 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf

Completed in 313 milliseconds

1 2 3