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

1 2

  /bionic/libc/kernel/uapi/linux/
hid.h 31 #define HID_DT_HID (USB_TYPE_CLASS | 0x01)
32 #define HID_DT_REPORT (USB_TYPE_CLASS | 0x02)
33 #define HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
  /external/kernel-headers/original/uapi/linux/
hid.h 60 #define HID_DT_HID (USB_TYPE_CLASS | 0x01)
61 #define HID_DT_REPORT (USB_TYPE_CLASS | 0x02)
62 #define HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hid.h 59 #define HID_DT_HID (USB_TYPE_CLASS | 0x01)
60 #define HID_DT_REPORT (USB_TYPE_CLASS | 0x02)
61 #define HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch11.h 18 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE)
19 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER)
190 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09)
191 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a)
ch9.h 57 #define USB_TYPE_CLASS (0x01 << 5)
234 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
235 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
236 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
237 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
238 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
  /bionic/libc/kernel/uapi/linux/usb/
ch11.h 24 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE)
25 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER)
131 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09)
132 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a)
ch9.h 27 #define USB_TYPE_CLASS (0x01 << 5)
139 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
140 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
141 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
142 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
143 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
  /external/kernel-headers/original/uapi/linux/usb/
ch11.h 33 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE)
34 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER)
241 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09)
242 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a)
ch9.h 58 #define USB_TYPE_CLASS (0x01 << 5)
273 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
275 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
276 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
277 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbConstants.java 101 public static final int USB_TYPE_CLASS = (0x01 << 5);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
HubPeim.h 80 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE)
81 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER)
PeiUsbLib.h 80 #define USB_TYPE_CLASS (0x01 << 5)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 272 #define USB_TYPE_CLASS (0x01 << 5)
290 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE)
291 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
PeiUsbLib.h 77 #define USB_TYPE_CLASS (0x01 << 5)
  /external/libusb-compat/libusb/
usb.h 217 #define USB_TYPE_CLASS (0x01 << 5)
  /frameworks/av/media/mtp/
MtpFfsHandle.cpp 223 if ((type & USB_TYPE_MASK) == USB_TYPE_CLASS && index == 0 && value == 0) {
  /external/libmtp/src/
libusb-glue.c     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 8147 milliseconds

1 2