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

1 2 3 4 5

  /frameworks/av/media/mtp/
MtpDevice.h 30 struct usb_endpoint_descriptor;
83 const struct usb_endpoint_descriptor *ep_in,
84 const struct usb_endpoint_descriptor *ep_out,
85 const struct usb_endpoint_descriptor *ep_intr);
MtpDevice.cpp 159 struct usb_endpoint_descriptor *ep;
160 struct usb_endpoint_descriptor *ep_in_desc = NULL;
161 struct usb_endpoint_descriptor *ep_out_desc = NULL;
162 struct usb_endpoint_descriptor *ep_intr_desc = NULL;
166 ep = (struct usb_endpoint_descriptor *)usb_descriptor_iter_next(&iter);
170 ep = (struct usb_endpoint_descriptor *)usb_descriptor_iter_next(&iter);
220 const struct usb_endpoint_descriptor *ep_in,
221 const struct usb_endpoint_descriptor *ep_out,
222 const struct usb_endpoint_descriptor *ep_intr)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h 361 struct usb_endpoint_descriptor { struct
412 static __inline__ int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
424 static __inline__ int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)
435 static __inline__ int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
447 const struct usb_endpoint_descriptor *epd)
459 const struct usb_endpoint_descriptor *epd)
472 const struct usb_endpoint_descriptor *epd)
486 const struct usb_endpoint_descriptor *epd)
500 const struct usb_endpoint_descriptor *epd)
514 const struct usb_endpoint_descriptor *epd
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
ch9.h 328 struct usb_endpoint_descriptor { struct
374 static __inline__ int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
386 static __inline__ int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)
397 static __inline__ int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
409 const struct usb_endpoint_descriptor *epd)
421 const struct usb_endpoint_descriptor *epd)
434 const struct usb_endpoint_descriptor *epd)
448 const struct usb_endpoint_descriptor *epd)
462 const struct usb_endpoint_descriptor *epd)
476 const struct usb_endpoint_descriptor *epd
    [all...]
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 394 struct usb_endpoint_descriptor { struct
456 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
468 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)
479 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
491 const struct usb_endpoint_descriptor *epd)
503 const struct usb_endpoint_descriptor *epd)
516 const struct usb_endpoint_descriptor *epd)
530 const struct usb_endpoint_descriptor *epd)
544 const struct usb_endpoint_descriptor *epd)
558 const struct usb_endpoint_descriptor *epd
    [all...]
functionfs.h 287 struct usb_endpoint_descriptor)
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 106 struct usb_endpoint_descriptor *ep1 = NULL;
107 struct usb_endpoint_descriptor *ep2 = NULL;
118 ep2 = (struct usb_endpoint_descriptor *)desc;
120 ep1 = (struct usb_endpoint_descriptor *)desc;
  /external/libusb/libusb/os/
haiku_usb_raw.h 101 usb_endpoint_descriptor *descriptor;
109 usb_endpoint_descriptor *descriptor;
  /system/core/libusbhost/include/usbhost/
usbhost.h 34 struct usb_endpoint_descriptor;
227 const struct usb_endpoint_descriptor *ep_desc);
  /frameworks/base/libs/usb/tests/accessorytest/
usb.c 112 struct usb_endpoint_descriptor *ep1 = NULL;
113 struct usb_endpoint_descriptor *ep2 = NULL;
122 ep2 = (struct usb_endpoint_descriptor *)desc;
124 ep1 = (struct usb_endpoint_descriptor *)desc;
  /bionic/libc/kernel/uapi/linux/usb/
functionfs.h 110 #define FUNCTIONFS_ENDPOINT_DESC _IOR('g', 130, struct usb_endpoint_descriptor)
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c 71 struct usb_endpoint_descriptor ep1;
72 struct usb_endpoint_descriptor ep2;
708 struct usb_endpoint_descriptor epx;
715 sizeof(struct usb_endpoint_descriptor) *
737 struct usb_endpoint_descriptor const_ep1 = {
738 .bLength = sizeof(struct usb_endpoint_descriptor),
746 struct usb_endpoint_descriptor const_ep2 = {
747 .bLength = sizeof(struct usb_endpoint_descriptor),
773 memcpy(&config_bundle.ep1, &const_ep1, sizeof(struct usb_endpoint_descriptor));
774 memcpy(&config_bundle.ep2, &const_ep2, sizeof(struct usb_endpoint_descriptor));
    [all...]
  /external/libusb-compat/libusb/
usb.h 106 struct usb_endpoint_descriptor { struct
142 struct usb_endpoint_descriptor *endpoint;
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 131 struct usb_endpoint_descriptor *endpoint = (struct usb_endpoint_descriptor *)desc;
  /external/libusb-compat/examples/
testlibusb.c 13 void print_endpoint(struct usb_endpoint_descriptor *endpoint)
  /system/core/adb/client/
usb_linux.cpp 146 struct usb_endpoint_descriptor *ep1, *ep2;
223 ep1 = (struct usb_endpoint_descriptor *)bufptr;
232 ep2 = (struct usb_endpoint_descriptor *)bufptr;
  /system/core/fastboot/
usb_linux.cpp 146 struct usb_endpoint_descriptor *ept;
239 ept = (struct usb_endpoint_descriptor *)ptr;
  /development/ndk/platforms/android-9/include/linux/
usb_ch9.h 192 struct usb_endpoint_descriptor { struct
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 54 struct usb_endpoint_descriptor desc;
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
usb_ch9.h 192 struct usb_endpoint_descriptor { struct
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
usb_ch9.h 192 struct usb_endpoint_descriptor { struct
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
usb_ch9.h 192 struct usb_endpoint_descriptor { struct
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
usb_ch9.h 192 struct usb_endpoint_descriptor { struct
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
usb_ch9.h 192 struct usb_endpoint_descriptor { struct
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
usb_ch9.h 192 struct usb_endpoint_descriptor { struct

Completed in 1412 milliseconds

1 2 3 4 5