Lines Matching refs:__u8

157 	__u8  bLength;			/* 8 + n */
158 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */
159 __u8 bDescriptorSubtype; /* UAC_MS_HEADER */
162 __u8 bInCollection; /* n */
163 __u8 baInterfaceNr[]; /* [n] */
171 __u8 bLength; \
172 __u8 bDescriptorType; \
173 __u8 bDescriptorSubtype; \
176 __u8 bInCollection; \
177 __u8 baInterfaceNr[n]; \
182 __u8 bLength; /* in bytes: 12 */
183 __u8 bDescriptorType; /* CS_INTERFACE descriptor type */
184 __u8 bDescriptorSubtype; /* INPUT_TERMINAL descriptor subtype */
185 __u8 bTerminalID; /* Constant uniquely terminal ID */
187 __u8 bAssocTerminal; /* ID of the Output Terminal associated */
188 __u8 bNrChannels; /* Number of logical output channels */
190 __u8 iChannelNames;
191 __u8 iTerminal;
211 __u8 bLength; /* in bytes: 9 */
212 __u8 bDescriptorType; /* CS_INTERFACE descriptor type */
213 __u8 bDescriptorSubtype; /* OUTPUT_TERMINAL descriptor subtype */
214 __u8 bTerminalID; /* Constant uniquely terminal ID */
216 __u8 bAssocTerminal; /* ID of the Input Terminal associated */
217 __u8 bSourceID; /* ID of the connected Unit or Terminal*/
218 __u8 iTerminal;
247 __u8 bLength; \
248 __u8 bDescriptorType; \
249 __u8 bDescriptorSubtype; \
250 __u8 bUnitID; \
251 __u8 bSourceID; \
252 __u8 bControlSize; \
254 __u8 iFeature; \
259 __u8 bLength;
260 __u8 bDescriptorType;
261 __u8 bDescriptorSubtype;
262 __u8 bUnitID;
263 __u8 bNrInPins;
264 __u8 baSourceID[];
267 static inline __u8 uac_mixer_unit_bNrChannels(struct uac_mixer_unit_descriptor *desc) in uac_mixer_unit_bNrChannels()
285 static inline __u8 uac_mixer_unit_iChannelNames(struct uac_mixer_unit_descriptor *desc, in uac_mixer_unit_iChannelNames()
293 static inline __u8 *uac_mixer_unit_bmControls(struct uac_mixer_unit_descriptor *desc, in uac_mixer_unit_bmControls()
314 static inline __u8 uac_mixer_unit_iMixer(struct uac_mixer_unit_descriptor *desc) in uac_mixer_unit_iMixer()
316 __u8 *raw = (__u8 *) desc; in uac_mixer_unit_iMixer()
322 __u8 bLength;
323 __u8 bDescriptorType;
324 __u8 bDescriptorSubtype;
325 __u8 bUintID;
326 __u8 bNrInPins;
327 __u8 baSourceID[];
330 static inline __u8 uac_selector_unit_iSelector(struct uac_selector_unit_descriptor *desc) in uac_selector_unit_iSelector()
332 __u8 *raw = (__u8 *) desc; in uac_selector_unit_iSelector()
338 __u8 bLength;
339 __u8 bDescriptorType;
340 __u8 bDescriptorSubtype;
341 __u8 bUnitID;
342 __u8 bSourceID;
343 __u8 bControlSize;
344 __u8 bmaControls[]; /* variable length */
347 static inline __u8 uac_feature_unit_iFeature(struct uac_feature_unit_descriptor *desc) in uac_feature_unit_iFeature()
349 __u8 *raw = (__u8 *) desc; in uac_feature_unit_iFeature()
355 __u8 bLength;
356 __u8 bDescriptorType;
357 __u8 bDescriptorSubtype;
358 __u8 bUnitID;
360 __u8 bNrInPins;
361 __u8 baSourceID[];
364 static inline __u8 uac_processing_unit_bNrChannels(struct uac_processing_unit_descriptor *desc) in uac_processing_unit_bNrChannels()
382 static inline __u8 uac_processing_unit_iChannelNames(struct uac_processing_unit_descriptor *desc, in uac_processing_unit_iChannelNames()
390 static inline __u8 uac_processing_unit_bControlSize(struct uac_processing_unit_descriptor *desc, in uac_processing_unit_bControlSize()
405 static inline __u8 *uac_processing_unit_bmControls(struct uac_processing_unit_descriptor *desc, in uac_processing_unit_bmControls()
420 static inline __u8 uac_processing_unit_iProcessing(struct uac_processing_unit_descriptor *desc, in uac_processing_unit_iProcessing()
423 __u8 control_size = uac_processing_unit_bControlSize(desc, protocol); in uac_processing_unit_iProcessing()
436 static inline __u8 *uac_processing_unit_specific(struct uac_processing_unit_descriptor *desc, in uac_processing_unit_specific()
439 __u8 control_size = uac_processing_unit_bControlSize(desc, protocol); in uac_processing_unit_specific()
459 static inline __u8 uac_extension_unit_bControlSize(struct uac_processing_unit_descriptor *desc, in uac_extension_unit_bControlSize()
474 static inline __u8 uac_extension_unit_iExtension(struct uac_processing_unit_descriptor *desc, in uac_extension_unit_iExtension()
477 __u8 control_size = uac_extension_unit_bControlSize(desc, protocol); in uac_extension_unit_iExtension()
492 __u8 bLength; /* in bytes: 7 */
493 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */
494 __u8 bDescriptorSubtype; /* AS_GENERAL */
495 __u8 bTerminalLink; /* Terminal ID of connected Terminal */
496 __u8 bDelay; /* Delay introduced by the data path */
511 __u8 bLength; /* in bytes: 8 + (ns * 3) */
512 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */
513 __u8 bDescriptorSubtype; /* FORMAT_TYPE */
514 __u8 bFormatType; /* FORMAT_TYPE_1 */
515 __u8 bNrChannels; /* physical channels in the stream */
516 __u8 bSubframeSize; /* */
517 __u8 bBitResolution;
518 __u8 bSamFreqType;
519 __u8 tLowerSamFreq[3];
520 __u8 tUpperSamFreq[3];
526 __u8 bLength; /* in bytes: 8 + (ns * 3) */
527 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */
528 __u8 bDescriptorSubtype; /* FORMAT_TYPE */
529 __u8 bFormatType; /* FORMAT_TYPE_1 */
530 __u8 bNrChannels; /* physical channels in the stream */
531 __u8 bSubframeSize; /* */
532 __u8 bBitResolution;
533 __u8 bSamFreqType;
534 __u8 tSamFreq[][3];
539 __u8 bLength; \
540 __u8 bDescriptorType; \
541 __u8 bDescriptorSubtype; \
542 __u8 bFormatType; \
543 __u8 bNrChannels; \
544 __u8 bSubframeSize; \
545 __u8 bBitResolution; \
546 __u8 bSamFreqType; \
547 __u8 tSamFreq[n][3]; \
553 __u8 bLength;
554 __u8 bDescriptorType;
555 __u8 bDescriptorSubtype;
556 __u8 bFormatType;
557 __u8 bSubslotSize;
558 __u8 bBitResolution;
559 __u8 bHeaderLength;
560 __u8 bControlSize;
561 __u8 bSideBandProtocol;
570 __u8 bLength;
571 __u8 bDescriptorType;
572 __u8 bDescriptorSubtype;
573 __u8 bFormatType;
576 __u8 bSamFreqType;
577 __u8 tSamFreq[][3];
581 __u8 bLength;
582 __u8 bDescriptorType;
583 __u8 bDescriptorSubtype;
584 __u8 bFormatType;
587 __u8 bHeaderLength;
588 __u8 bSideBandProtocol;
609 __u8 bLength; /* in bytes: 7 */
610 __u8 bDescriptorType; /* USB_DT_CS_ENDPOINT */
611 __u8 bDescriptorSubtype; /* EP_GENERAL */
612 __u8 bmAttributes;
613 __u8 bLockDelayUnits;
633 __u8 bStatusType;
634 __u8 bOriginator;