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
327 struct uvc_video_queue { struct328 struct vb2_queue queue;329 struct mutex mutex; /* Protects queue */331 unsigned int flags;332 unsigned int buf_used;334 spinlock_t irqlock; /* Protects irqqueue */335 struct list_head irqqueue;