Lines Matching defs:uvc_streaming
541 struct uvc_streaming { struct
552 struct uvc_streaming_header header; argument
558 struct uvc_streaming_control ctrl; argument
559 struct uvc_format *def_format;
560 struct uvc_format *cur_format;
561 struct uvc_frame *cur_frame;
566 struct mutex mutex;
569 unsigned int frozen : 1;
570 struct uvc_video_queue queue;
571 struct workqueue_struct *async_wq;
572 void (*decode)(struct uvc_urb *uvc_urb, struct uvc_buffer *buf,
575 struct {
579 } meta;
582 struct {
588 } bulk;
590 struct uvc_urb uvc_urb[UVC_URBS];
591 unsigned int urb_size;
593 u32 sequence;
594 u8 last_fid;
597 struct dentry *debugfs_dir;
598 struct {
601 } stats;
625 #define for_each_uvc_urb(uvc_urb, uvc_streaming) \ argument