OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bUnitID
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/usb/
audio.h
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; \
170
__u8
bUnitID
;
186
__u8
bUnitID
;
195
__u8
bUnitID
;
video.h
201
__u8
bUnitID
;
208
#define DECLARE_UVC_SELECTOR_UNIT_DESCRIPTOR(n) struct UVC_SELECTOR_UNIT_DESCRIPTOR(n) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8
bUnitID
; __u8 bNrInPins; __u8 baSourceID[n]; __u8 iSelector; \
214
__u8
bUnitID
;
226
__u8
bUnitID
;
237
#define DECLARE_UVC_EXTENSION_UNIT_DESCRIPTOR(p,n) struct UVC_EXTENSION_UNIT_DESCRIPTOR(p, n) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8
bUnitID
; __u8 guidExtensionCode[16]; __u8 bNumControls; __u8 bNrInPins; __u8 baSourceID[p]; __u8 bControlSize; __u8 bmControls[n]; __u8 iExtension; \
/external/kernel-headers/original/uapi/linux/usb/
audio.h
250
__u8
bUnitID
; \
262
__u8
bUnitID
;
341
__u8
bUnitID
;
358
__u8
bUnitID
;
video.h
272
__u8
bUnitID
;
288
__u8
bUnitID
; \
299
__u8
bUnitID
;
314
__u8
bUnitID
;
334
__u8
bUnitID
; \
Completed in 48 milliseconds