HomeSort by relevance Sort by last modified time
    Searched refs:USB_DT_ENDPOINT (Results 1 - 14 of 14) sorted by null

  /bionic/libc/kernel/common/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /development/ndk/platforms/android-3/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /external/kernel-headers/original/linux/
usb_ch9.h 152 #define USB_DT_ENDPOINT 0x05
294 /* USB_DT_ENDPOINT: Endpoint descriptor */
305 /* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */
  /external/qemu/hw/
usb.h 115 #define USB_DT_ENDPOINT 0x05
usb-hid.c 253 USB_DT_ENDPOINT, /* u8 ep_bDescriptorType; Endpoint */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usb_ch9.h 85 #define USB_DT_ENDPOINT 0x05
  /system/core/adb/
usb_linux.c 240 ep1->bDescriptorType != USB_DT_ENDPOINT ||
242 ep2->bDescriptorType != USB_DT_ENDPOINT) {
  /system/core/fastboot/
usb_linux.c 167 if(check(ptr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE))
  /external/qemu/
usb-linux.c 847 while (i < length && descriptors[i +1] != USB_DT_ENDPOINT)
854 if (descriptors[i + 1] != USB_DT_ENDPOINT)
    [all...]

Completed in 517 milliseconds