HomeSort by relevance Sort by last modified time
    Searched defs:bDescriptorType (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/clang/test/CodeGen/
2009-07-22-StructLayout.c 12 __u8 bDescriptorType;
25 .bDescriptorType = ((0x01 << 5) | 0x04),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
audio.h 31 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
45 __u8 bDescriptorType; \
midi.h 39 __u8 bDescriptorType;
50 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
67 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
82 __u8 bDescriptorType; \
94 __u8 bDescriptorType; // USB_DT_CS_ENDPOINT
106 __u8 bDescriptorType; \
cdc.h 48 __u8 bDescriptorType;
57 __u8 bDescriptorType;
70 __u8 bDescriptorType;
86 __u8 bDescriptorType;
97 __u8 bDescriptorType;
108 __u8 bDescriptorType;
120 __u8 bDescriptorType;
133 __u8 bDescriptorType;
143 __u8 bDescriptorType;
ch9.h 197 __u8 bDescriptorType;
206 __u8 bDescriptorType;
260 __u8 bDescriptorType;
283 __u8 bDescriptorType;
297 __u8 bDescriptorType;
315 __u8 bDescriptorType;
351 __u8 bDescriptorType;
368 __u8 bDescriptorType;
382 __u8 bDescriptorType;
394 __u8 bDescriptorType;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
audio.h 31 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
45 __u8 bDescriptorType; \
midi.h 39 __u8 bDescriptorType;
50 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
67 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
82 __u8 bDescriptorType; \
94 __u8 bDescriptorType; // USB_DT_CS_ENDPOINT
106 __u8 bDescriptorType; \
cdc.h 48 __u8 bDescriptorType;
57 __u8 bDescriptorType;
70 __u8 bDescriptorType;
86 __u8 bDescriptorType;
97 __u8 bDescriptorType;
108 __u8 bDescriptorType;
120 __u8 bDescriptorType;
133 __u8 bDescriptorType;
143 __u8 bDescriptorType;
ch9.h 197 __u8 bDescriptorType;
206 __u8 bDescriptorType;
260 __u8 bDescriptorType;
283 __u8 bDescriptorType;
297 __u8 bDescriptorType;
315 __u8 bDescriptorType;
351 __u8 bDescriptorType;
368 __u8 bDescriptorType;
382 __u8 bDescriptorType;
394 __u8 bDescriptorType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
audio.h 31 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
45 __u8 bDescriptorType; \
midi.h 39 __u8 bDescriptorType;
50 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
67 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
82 __u8 bDescriptorType; \
94 __u8 bDescriptorType; // USB_DT_CS_ENDPOINT
106 __u8 bDescriptorType; \
cdc.h 48 __u8 bDescriptorType;
57 __u8 bDescriptorType;
70 __u8 bDescriptorType;
86 __u8 bDescriptorType;
97 __u8 bDescriptorType;
108 __u8 bDescriptorType;
120 __u8 bDescriptorType;
133 __u8 bDescriptorType;
143 __u8 bDescriptorType;
ch9.h 197 __u8 bDescriptorType;
206 __u8 bDescriptorType;
260 __u8 bDescriptorType;
283 __u8 bDescriptorType;
297 __u8 bDescriptorType;
315 __u8 bDescriptorType;
351 __u8 bDescriptorType;
368 __u8 bDescriptorType;
382 __u8 bDescriptorType;
394 __u8 bDescriptorType;
    [all...]
  /bionic/libc/kernel/common/linux/usb/
functionfs.h 32 __u8 bDescriptorType;
  /external/kernel-headers/original/linux/usb/
functionfs.h 22 __u8 bDescriptorType;
59 * | 1 | bDescriptorType | U8 | descriptor type |
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 72 #define USB_DESCRIPTOR_DEVICE 0x01 // bDescriptorType for a Device Descriptor.
73 #define USB_DESCRIPTOR_CONFIGURATION 0x02 // bDescriptorType for a Configuration Descriptor.
74 #define USB_DESCRIPTOR_STRING 0x03 // bDescriptorType for a String Descriptor.
75 #define USB_DESCRIPTOR_INTERFACE 0x04 // bDescriptorType for an Interface Descriptor.
76 #define USB_DESCRIPTOR_ENDPOINT 0x05 // bDescriptorType for an Endpoint Descriptor.
77 #define USB_DESCRIPTOR_DEVICE_QUALIFIER 0x06 // bDescriptorType for a Device Qualifier.
78 #define USB_DESCRIPTOR_OTHER_SPEED 0x07 // bDescriptorType for a Other Speed Configuration.
79 #define USB_DESCRIPTOR_INTERFACE_POWER 0x08 // bDescriptorType for Interface Power.
80 #define USB_DESCRIPTOR_OTG 0x09 // bDescriptorType for an OTG Descriptor.
132 byte bDescriptorType; // DEVICE descriptor type (USB_DESCRIPTOR_DEVICE).
    [all...]
  /external/libusb/libusb/
libusbi.h 288 uint8_t bDescriptorType;
libusb.h 310 uint8_t bDescriptorType;
364 uint8_t bDescriptorType;
414 uint8_t bDescriptorType;
476 uint8_t bDescriptorType;
    [all...]
  /external/libusb-compat/libusb/
usb.h 82 u_int8_t bDescriptorType;
88 u_int8_t bDescriptorType;
95 u_int8_t bDescriptorType;
108 u_int8_t bDescriptorType;
133 u_int8_t bDescriptorType;
159 u_int8_t bDescriptorType;
176 u_int8_t bDescriptorType;
  /external/libusb_aah/libusb/
libusbi.h 410 uint8_t bDescriptorType;
libusb.h 405 uint8_t bDescriptorType;
459 uint8_t bDescriptorType;
509 uint8_t bDescriptorType;
571 uint8_t bDescriptorType;
    [all...]
  /bionic/libc/kernel/common/linux/
usb_ch9.h 124 __u8 bDescriptorType;
129 __u8 bDescriptorType;
170 __u8 bDescriptorType;
189 __u8 bDescriptorType;
195 __u8 bDescriptorType;
210 __u8 bDescriptorType;
235 __u8 bDescriptorType;
249 __u8 bDescriptorType;
257 __u8 bDescriptorType;
265 __u8 bDescriptorType;
    [all...]
  /development/ndk/platforms/android-3/include/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]
  /external/kernel-headers/original/linux/
usb_ch9.h 180 __u8 bDescriptorType;
189 __u8 bDescriptorType;
242 __u8 bDescriptorType;
265 __u8 bDescriptorType;
279 __u8 bDescriptorType;
297 __u8 bDescriptorType;
333 __u8 bDescriptorType;
350 __u8 bDescriptorType;
364 __u8 bDescriptorType;
376 __u8 bDescriptorType;
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 111 __u8 bDescriptorType;
116 __u8 bDescriptorType;
153 __u8 bDescriptorType;
172 __u8 bDescriptorType;
179 __u8 bDescriptorType;
194 __u8 bDescriptorType;
220 __u8 bDescriptorType;
233 __u8 bDescriptorType;
243 __u8 bDescriptorType;
251 __u8 bDescriptorType;
    [all...]

Completed in 477 milliseconds

1 2 3