OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bNumFormats
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/usb/
video.h
250
__u8
bNumFormats
;
263
#define DECLARE_UVC_INPUT_HEADER_DESCRIPTOR(n,p) struct UVC_INPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8
bNumFormats
; __le16 wTotalLength; __u8 bEndpointAddress; __u8 bmInfo; __u8 bTerminalLink; __u8 bStillCaptureMethod; __u8 bTriggerSupport; __u8 bTriggerUsage; __u8 bControlSize; __u8 bmaControls[p][n]; \
269
__u8
bNumFormats
;
278
#define DECLARE_UVC_OUTPUT_HEADER_DESCRIPTOR(n,p) struct UVC_OUTPUT_HEADER_DESCRIPTOR(n, p) { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __u8
bNumFormats
; __le16 wTotalLength; __u8 bEndpointAddress; __u8 bTerminalLink; __u8 bControlSize; __u8 bmaControls[p][n]; \
/external/kernel-headers/original/uapi/linux/usb/
video.h
359
__u8
bNumFormats
;
381
__u8
bNumFormats
; \
398
__u8
bNumFormats
;
416
__u8
bNumFormats
; \
Completed in 44 milliseconds