HomeSort by relevance Sort by last modified time
    Searched defs:wTotalLength (Results 1 - 18 of 18) sorted by null

  /bionic/libc/kernel/uapi/linux/usb/
midi.h 37 __le16 wTotalLength;
audio.h 131 __le16 wTotalLength;
137 #define DECLARE_UAC_AC_HEADER_DESCRIPTOR(n) struct uac1_ac_header_descriptor_##n { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubtype; __le16 bcdADC; __le16 wTotalLength; __u8 bInCollection; __u8 baInterfaceNr[n]; } __attribute__ ((packed))
video.h 184 __u16 wTotalLength;
192 #define DECLARE_UVC_HEADER_DESCRIPTOR(n) struct UVC_HEADER_DESCRIPTOR(n) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u16 bcdUVC; __u16 wTotalLength; __u32 dwClockFrequency; __u8 bInCollection; __u8 baInterfaceNr[n]; } __attribute__ ((packed))
304 __u16 wTotalLength;
319 #define DECLARE_UVC_INPUT_HEADER_DESCRIPTOR(n, p) struct UVC_INPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bNumFormats; __u16 wTotalLength; __u8 bEndpointAddress; __u8 bmInfo; __u8 bTerminalLink; __u8 bStillCaptureMethod; __u8 bTriggerSupport; __u8 bTriggerUsage; __u8 bControlSize; __u8 bmaControls[p][n]; } __attribute__ ((packed))
326 __u16 wTotalLength;
336 #define DECLARE_UVC_OUTPUT_HEADER_DESCRIPTOR(n, p) struct UVC_OUTPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bNumFormats; __u16 wTotalLength; __u8 bEndpointAddress; __u8 bTerminalLink; __u8 bControlSize; __u8 bmaControls[p][n]; } __attribute__ ((packed))
ch9.h 202 __le16 wTotalLength;
336 __le16 wTotalLength;
366 __le16 wTotalLength;
  /development/ndk/platforms/android-L/include/linux/usb/
midi.h 37 __le16 wTotalLength;
audio.h 131 __le16 wTotalLength;
137 #define DECLARE_UAC_AC_HEADER_DESCRIPTOR(n) struct uac1_ac_header_descriptor_##n { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubtype; __le16 bcdADC; __le16 wTotalLength; __u8 bInCollection; __u8 baInterfaceNr[n]; } __attribute__ ((packed))
video.h 184 __u16 wTotalLength;
192 #define DECLARE_UVC_HEADER_DESCRIPTOR(n) struct UVC_HEADER_DESCRIPTOR(n) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u16 bcdUVC; __u16 wTotalLength; __u32 dwClockFrequency; __u8 bInCollection; __u8 baInterfaceNr[n]; } __attribute__ ((packed))
304 __u16 wTotalLength;
319 #define DECLARE_UVC_INPUT_HEADER_DESCRIPTOR(n, p) struct UVC_INPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bNumFormats; __u16 wTotalLength; __u8 bEndpointAddress; __u8 bmInfo; __u8 bTerminalLink; __u8 bStillCaptureMethod; __u8 bTriggerSupport; __u8 bTriggerUsage; __u8 bControlSize; __u8 bmaControls[p][n]; } __attribute__ ((packed))
326 __u16 wTotalLength;
336 #define DECLARE_UVC_OUTPUT_HEADER_DESCRIPTOR(n, p) struct UVC_OUTPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bNumFormats; __u16 wTotalLength; __u8 bEndpointAddress; __u8 bTerminalLink; __u8 bControlSize; __u8 bmaControls[p][n]; } __attribute__ ((packed))
ch9.h 202 __le16 wTotalLength;
336 __le16 wTotalLength;
366 __le16 wTotalLength;
  /external/kernel-headers/original/uapi/linux/usb/
midi.h 42 __le16 wTotalLength;
audio.h 159 __le16 wTotalLength; /* includes Unit and Terminal desc. */
173 __le16 wTotalLength; \
video.h 197 __u16 wTotalLength;
214 __u16 wTotalLength; \
358 __u16 wTotalLength;
380 __u16 wTotalLength; \
397 __u16 wTotalLength;
415 __u16 wTotalLength; \
ch9.h 318 __le16 wTotalLength;
718 __le16 wTotalLength;
760 __le16 wTotalLength;
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 152 unsigned int wTotalLength; // Total length of all descriptors for this configuration.
  /external/libusb-compat/libusb/
usb.h 160 u_int16_t wTotalLength;
  /development/ndk/platforms/android-3/include/linux/
usb_ch9.h 155 __le16 wTotalLength;
265 __le16 wTotalLength;
295 __le16 wTotalLength;
  /external/libusb/libusb/
libusb.h 479 uint16_t wTotalLength;
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
libusb.h 656 uint16_t wTotalLength;
758 uint16_t wTotalLength;
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 446 USHORT wTotalLength;

Completed in 365 milliseconds