OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bmaControls
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/linux/usb/
video.h
314
__u8
bmaControls
[];
319
#define DECLARE_UVC_INPUT_HEADER_DESCRIPTOR(n, p) struct UVC_INPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bNumFormats; __u16 wTotalLength; __u8 bEndpointAddress; __u8 bmInfo; __u8 bTerminalLink; __u8 bStillCaptureMethod; __u8 bTriggerSupport; __u8 bTriggerUsage; __u8 bControlSize; __u8
bmaControls
[p][n]; } __attribute__ ((packed))
331
__u8
bmaControls
[];
336
#define DECLARE_UVC_OUTPUT_HEADER_DESCRIPTOR(n, p) struct UVC_OUTPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bNumFormats; __u16 wTotalLength; __u8 bEndpointAddress; __u8 bTerminalLink; __u8 bControlSize; __u8
bmaControls
[p][n]; } __attribute__ ((packed))
audio.h
190
#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; } __attribute__ ((packed))
220
__u8
bmaControls
[0];
/development/ndk/platforms/android-L/include/linux/usb/
video.h
314
__u8
bmaControls
[];
319
#define DECLARE_UVC_INPUT_HEADER_DESCRIPTOR(n, p) struct UVC_INPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bNumFormats; __u16 wTotalLength; __u8 bEndpointAddress; __u8 bmInfo; __u8 bTerminalLink; __u8 bStillCaptureMethod; __u8 bTriggerSupport; __u8 bTriggerUsage; __u8 bControlSize; __u8
bmaControls
[p][n]; } __attribute__ ((packed))
331
__u8
bmaControls
[];
336
#define DECLARE_UVC_OUTPUT_HEADER_DESCRIPTOR(n, p) struct UVC_OUTPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8 bNumFormats; __u16 wTotalLength; __u8 bEndpointAddress; __u8 bTerminalLink; __u8 bControlSize; __u8
bmaControls
[p][n]; } __attribute__ ((packed))
audio.h
190
#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; } __attribute__ ((packed))
220
__u8
bmaControls
[0];
/external/kernel-headers/original/uapi/linux/usb/
video.h
366
__u8
bmaControls
[];
388
__u8
bmaControls
[p][n]; \
401
__u8
bmaControls
[];
419
__u8
bmaControls
[p][n]; \
audio.h
243
__le16
bmaControls
[ch + 1]; \
321
__u8
bmaControls
[0]; /* variable length */
Completed in 53 milliseconds