Searched defs:uvc_video_queue (Results 1 – 2 of 2) sorted by relevance
49 struct uvc_video_queue { struct63 static inline int uvc_queue_streaming(struct uvc_video_queue *queue) in uvc_queue_streaming() argument
322 struct uvc_video_queue { struct323 struct vb2_queue queue;324 struct mutex mutex; /* Protects queue */326 unsigned int flags;327 unsigned int buf_used;329 spinlock_t irqlock; /* Protects irqqueue */330 struct list_head irqqueue;