Lines Matching defs:uvc_streaming
434 struct uvc_streaming { struct
445 struct uvc_streaming_header header; argument
451 struct uvc_streaming_control ctrl; argument
452 const struct uvc_format *def_format;
453 const struct uvc_format *cur_format;
454 const struct uvc_frame *cur_frame;
460 struct mutex mutex;
463 unsigned int frozen : 1;
464 struct uvc_video_queue queue;
465 struct workqueue_struct *async_wq;
466 void (*decode)(struct uvc_urb *uvc_urb, struct uvc_buffer *buf,
469 struct {
473 } meta;
476 struct {
482 } bulk;
484 struct uvc_urb uvc_urb[UVC_URBS];
485 unsigned int urb_size;
487 u32 sequence;
488 u8 last_fid;
491 struct dentry *debugfs_dir;
492 struct {
495 } stats;
520 #define for_each_uvc_urb(uvc_urb, uvc_streaming) \ argument