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"
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)
484 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");
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/google/wahoo/usb/
service.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.wahoo"
20 #include "Usb.h"
30 using android::hardware::usb::V1_1::IUsb;
31 using android::hardware::usb::gadget::V1_0::IUsbGadget;
32 using android::hardware::usb::V1_1::implementation::Usb;
33 using android::hardware::usb::gadget::V1_0::implementation::UsbGadget;
39 android::sp<IUsb> service = new Usb();
46 ALOGE("Cannot register USB HAL service");
53 ALOGE("Cannot register USB Gadget HAL service")
    [all...]
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)
533 android::hardware::usb::V1_1::implementation::Usb *usb; member in struct:android::hardware::usb::V1_1::implementation::data
    [all...]
  /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/edk2/OptionRomPkg/
OptionRomPkg.dsc 114 OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf
115 OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/Ax88772.inf
116 OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772b.inf
  /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;
Edd.h 85 EDD_USB Usb;
  /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
  /frameworks/base/cmds/incident_helper/src/parsers/
SystemPropertiesParser.cpp 178 Table usbTable(SystemPropertiesProto::Sys::Usb::_FIELD_NAMES,
179 SystemPropertiesProto::Sys::Usb::_FIELD_IDS,
180 SystemPropertiesProto::Sys::Usb::_FIELD_COUNT);
181 Message usb(&usbTable);
182 sys.addSubMessage(SystemPropertiesProto::Sys::USB, &usb);
  /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/CorebootPayloadPkg/
CorebootPayloadPkg.fdf 159 # Usb Support
164 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
165 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
166 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
171 INF QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
Quark.fdf 395 INF QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf
397 INF QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf
398 INF MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
399 INF MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
541 # USB
546 INF QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf
547 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
548 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
549 INF MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
550 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.h 2 Helper routine and corresponding data struct used by USB Mouse Absolute Pointer Driver.
34 #include <IndustryStandard/Usb.h>
46 // A common header for usb standard descriptor.
67 /// Device instance of USB mouse.
126 Check whether USB Mouse Absolute Pointer Driver supports this device.
147 This function consumes USB I/O Portocol, intializes USB mouse device,
149 Transfer to manage the USB mouse device.
172 Stop the USB mouse device handled by this driver.
369 Uses USB I/O to check whether the device is a USB mouse device.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.h 2 Helper routine and corresponding data struct used by USB Mouse Driver.
34 #include <IndustryStandard/Usb.h>
46 // A common header for usb standard descriptor.
67 /// Device instance of USB mouse.
126 Check whether USB mouse driver supports this device.
128 @param This The USB mouse driver binding protocol.
147 This function consumes USB I/O Portocol, intializes USB mouse device,
149 Transfer to manage the USB mouse device.
151 @param This The USB mouse driver binding instance.
    [all...]

Completed in 338 milliseconds

1 2 3