OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bDescriptorSubtype
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/linux/usb/
midi.h
32
__u8
bDescriptorSubtype
;
40
__u8
bDescriptorSubtype
;
53
__u8
bDescriptorSubtype
;
60
#define DECLARE_USB_MIDI_OUT_JACK_DESCRIPTOR(p) struct usb_midi_out_jack_descriptor_ ##p { __u8 bLength; __u8 bDescriptorType; __u8
bDescriptorSubtype
; __u8 bJackType; __u8 bJackID; __u8 bNrInputPins; struct usb_midi_source_pin pins[p]; __u8 iJack; \
65
__u8
bDescriptorSubtype
;
70
#define DECLARE_USB_MS_ENDPOINT_DESCRIPTOR(n) struct usb_ms_endpoint_descriptor_ ##n { __u8 bLength; __u8 bDescriptorType; __u8
bDescriptorSubtype
; __u8 bNumEmbMIDIJack; __u8 baAssocJackID[n]; \
audio.h
108
__u8
bDescriptorSubtype
;
115
#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]; \
120
__u8
bDescriptorSubtype
;
141
__u8
bDescriptorSubtype
;
164
#define DECLARE_UAC_FEATURE_UNIT_DESCRIPTOR(ch) struct uac_feature_unit_descriptor_ ##ch { __u8 bLength; __u8 bDescriptorType; __u8
bDescriptorSubtype
; __u8 bUnitID; __u8 bSourceID; __u8 bControlSize; __le16 bmaControls[ch + 1]; __u8 iFeature; \
169
__u8
bDescriptorSubtype
;
177
__u8
bDescriptorSubtype
;
185
__u8
bDescriptorSubtype
;
194
__u8
bDescriptorSubtype
;
203
__u8
bDescriptorSubtype
;
[
all
...]
cdc.h
60
__u8
bDescriptorSubType
;
66
__u8
bDescriptorSubType
;
75
__u8
bDescriptorSubType
;
85
__u8
bDescriptorSubType
;
92
__u8
bDescriptorSubType
;
99
__u8
bDescriptorSubType
;
108
__u8
bDescriptorSubType
;
118
__u8
bDescriptorSubtype
;
125
__u8
bDescriptorSubType
;
132
__u8
bDescriptorSubType
;
[
all
...]
/external/kernel-headers/original/uapi/linux/usb/
midi.h
41
__u8
bDescriptorSubtype
;
52
__u8
bDescriptorSubtype
; /* USB_MS_MIDI_IN_JACK */
69
__u8
bDescriptorSubtype
; /* USB_MS_MIDI_OUT_JACK */
84
__u8
bDescriptorSubtype
; \
96
__u8
bDescriptorSubtype
; /* USB_MS_GENERAL */
108
__u8
bDescriptorSubtype
; \
audio.h
159
__u8
bDescriptorSubtype
; /* UAC_MS_HEADER */
173
__u8
bDescriptorSubtype
; \
184
__u8
bDescriptorSubtype
; /* INPUT_TERMINAL descriptor subtype */
213
__u8
bDescriptorSubtype
; /* OUTPUT_TERMINAL descriptor subtype */
249
__u8
bDescriptorSubtype
; \
261
__u8
bDescriptorSubtype
;
324
__u8
bDescriptorSubtype
;
340
__u8
bDescriptorSubtype
;
357
__u8
bDescriptorSubtype
;
457
__u8
bDescriptorSubtype
; /* AS_GENERAL *
[
all
...]
cdc.h
66
__u8
bDescriptorSubType
;
75
__u8
bDescriptorSubType
;
88
__u8
bDescriptorSubType
;
104
__u8
bDescriptorSubType
;
115
__u8
bDescriptorSubType
;
126
__u8
bDescriptorSubType
;
138
__u8
bDescriptorSubType
;
151
__u8
bDescriptorSubtype
;
160
__u8
bDescriptorSubType
;
170
__u8
bDescriptorSubType
;
[
all
...]
/external/u-boot/include/
usbdescriptors.h
254
u8
bDescriptorSubtype
;
267
u8
bDescriptorSubtype
;
273
u8
bDescriptorSubtype
;
280
u8
bDescriptorSubtype
; /* 0x00 */
287
u8
bDescriptorSubtype
; /* 0x01 */
295
u8
bDescriptorSubtype
; /* 0x02 */
302
u8
bDescriptorSubtype
; /* 0x03 */
308
u8
bDescriptorSubtype
; /* 0x04 */
316
u8
bDescriptorSubtype
; /* 0x05 */
323
u8
bDescriptorSubtype
; /* 0x06 *
[
all
...]
Completed in 663 milliseconds