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

  /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)
MtpFfsHandle.cpp 63 struct usb_endpoint_descriptor desc;
  /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...]
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 400 struct usb_endpoint_descriptor { struct
462 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
474 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)
485 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
497 const struct usb_endpoint_descriptor *epd)
509 const struct usb_endpoint_descriptor *epd)
522 const struct usb_endpoint_descriptor *epd)
536 const struct usb_endpoint_descriptor *epd)
550 const struct usb_endpoint_descriptor *epd)
564 const struct usb_endpoint_descriptor *epd
    [all...]
functionfs.h 289 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;
haiku_usb_backend.cpp 496 usb_endpoint_descriptor tmp_endpoint;
  /system/core/libusbhost/include/usbhost/
usbhost.h 34 struct usb_endpoint_descriptor;
252 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)
ch9.h 215 struct usb_endpoint_descriptor { struct
  /external/libusb-compat/libusb/
usb.h 106 struct usb_endpoint_descriptor { struct
142 struct usb_endpoint_descriptor *endpoint;
core.c 349 static void clear_endpoint_descriptor(struct usb_endpoint_descriptor *ep)
396 static int copy_endpoint_descriptor(struct usb_endpoint_descriptor *dest,
417 size_t alloc_size = sizeof(struct usb_endpoint_descriptor) * num_endpoints;
  /external/libusb-compat/examples/
testlibusb.c 13 void print_endpoint(struct usb_endpoint_descriptor *endpoint)
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.c 116 const struct usb_endpoint_descriptor hs_bulk_in = {
117 sizeof (struct usb_endpoint_descriptor),
125 const struct usb_endpoint_descriptor
127 sizeof(struct usb_endpoint_descriptor), /* bLength */
136 const struct usb_endpoint_descriptor ss_bulk_in = {
137 sizeof(struct usb_endpoint_descriptor), /* bLength */
146 const struct usb_endpoint_descriptor ss_bulk_out = {
147 sizeof(struct usb_endpoint_descriptor), /* bLength */
    [all...]
DwUsb3Dxe.h 435 typedef struct usb_endpoint_descriptor { struct
  /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;
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 54 struct usb_endpoint_descriptor desc;
  /system/core/adb/daemon/
usb.cpp 240 usb_endpoint_descriptor desc;
  /system/core/libusbhost/
usbhost.c 688 const struct usb_endpoint_descriptor *ep_desc)
  /external/libmtp/src/
libusb-glue.c     [all...]

Completed in 485 milliseconds