OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECLARE_UAC_FEATURE_UNIT_DESCRIPTOR
(Results
1 - 2
of
2
) 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; \
/external/kernel-headers/original/uapi/linux/usb/
audio.h
245
#define
DECLARE_UAC_FEATURE_UNIT_DESCRIPTOR
(ch) \
Completed in 444 milliseconds