Lines Matching defs:uvc_streaming
534 struct uvc_streaming { struct
545 struct uvc_streaming_header header; argument
551 struct uvc_streaming_control ctrl; argument
552 struct uvc_format *def_format;
553 struct uvc_format *cur_format;
554 struct uvc_frame *cur_frame;
559 struct mutex mutex;
562 unsigned int frozen : 1;
563 struct uvc_video_queue queue;
564 struct workqueue_struct *async_wq;
565 void (*decode)(struct uvc_urb *uvc_urb, struct uvc_buffer *buf,
568 struct {
572 } meta;
575 struct {
581 } bulk;
583 struct uvc_urb uvc_urb[UVC_URBS];
584 unsigned int urb_size;
586 u32 sequence;
587 u8 last_fid;
590 struct dentry *debugfs_dir;
591 struct {
594 } stats;
618 #define for_each_uvc_urb(uvc_urb, uvc_streaming) \ argument