Searched defs:uvc_format (Results 1 – 3 of 3) sorted by relevance
56 struct uvc_format struct62 static struct uvc_format uvc_formats[] = { argument
320 struct uvc_format { struct321 __u8 type;322 __u8 index;323 __u8 bpp;324 __u8 colorspace;325 __u32 fcc;326 __u32 flags;328 char name[32];330 unsigned int nframes;331 struct uvc_frame *frame;
147 struct uvc_format **uvc_format, struct uvc_frame **uvc_frame) in uvc_v4l2_try_format()