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

1 2

  /bionic/libc/kernel/common/linux/
hid.h 34 #define HID_DT_HID (USB_TYPE_CLASS | 0x01)
35 #define HID_DT_REPORT (USB_TYPE_CLASS | 0x02)
36 #define HID_DT_PHYSICAL (USB_TYPE_CLASS | 0x03)
usb_ch9.h 27 #define USB_TYPE_CLASS (0x01 << 5)
  /frameworks/base/core/java/android/hardware/usb/
UsbConstants.java 95 public static final int USB_TYPE_CLASS = (0x01 << 5);
  /external/bluetooth/bluez/tools/
dfu.c 112 return usb_control_msg(udev, USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE,
121 return usb_control_msg(udev, USB_TYPE_CLASS | USB_DIR_IN | USB_RECIP_INTERFACE,
130 return usb_control_msg(udev, USB_TYPE_CLASS | USB_DIR_OUT | USB_RECIP_INTERFACE,
139 return usb_control_msg(udev, USB_TYPE_CLASS | USB_DIR_IN | USB_RECIP_INTERFACE,
148 return usb_control_msg(udev, USB_TYPE_CLASS | USB_DIR_OUT | USB_RECIP_INTERFACE,
157 return usb_control_msg(udev, USB_TYPE_CLASS | USB_DIR_IN | USB_RECIP_INTERFACE,
166 return usb_control_msg(udev, USB_TYPE_CLASS | USB_DIR_OUT | USB_RECIP_INTERFACE,
avctrl.c 105 err = usb_control_msg(udev, USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE,
csr_usb.c 133 if (usb_control_msg(udev, USB_TYPE_CLASS | USB_DIR_OUT | USB_RECIP_DEVICE,
hid2hci.c 143 USB_ENDPOINT_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE,
  /bionic/libc/kernel/common/linux/usb/
ch9.h 29 #define USB_TYPE_CLASS (0x01 << 5)
140 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
141 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
142 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
144 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
145 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
ch9.h 56 #define USB_TYPE_CLASS (0x01 << 5)
188 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
189 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
190 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
191 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
192 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h 56 #define USB_TYPE_CLASS (0x01 << 5)
188 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
189 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
190 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
191 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
192 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h 56 #define USB_TYPE_CLASS (0x01 << 5)
188 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
189 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
190 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
191 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
192 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
  /external/kernel-headers/original/linux/usb/
ch9.h 57 #define USB_TYPE_CLASS (0x01 << 5)
235 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
236 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
237 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
238 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
239 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
  /external/kernel-headers/original/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)
usb_ch9.h 42 #define USB_TYPE_CLASS (0x01 << 5)
  /development/ndk/platforms/android-3/include/linux/
usb_ch9.h 22 #define USB_TYPE_CLASS (0x01 << 5)
  /external/libusb-compat/libusb/
usb.h 217 #define USB_TYPE_CLASS (0x01 << 5)
  /external/qemu/hw/
usb.h 76 #define USB_TYPE_CLASS (0x01 << 5)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
usb_ch9.h 22 #define USB_TYPE_CLASS (0x01 << 5)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
usb_ch9.h 22 #define USB_TYPE_CLASS (0x01 << 5)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 22 #define USB_TYPE_CLASS (0x01 << 5)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h 22 #define USB_TYPE_CLASS (0x01 << 5)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 22 #define USB_TYPE_CLASS (0x01 << 5)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usb_ch9.h 22 #define USB_TYPE_CLASS (0x01 << 5)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 22 #define USB_TYPE_CLASS (0x01 << 5)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usb_ch9.h 22 #define USB_TYPE_CLASS (0x01 << 5)

Completed in 517 milliseconds

1 2