Home
last modified time | relevance | path

Searched defs:uvc_video_queue (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Duvc_queue.h42 struct uvc_video_queue { struct
54 static inline int uvc_queue_streaming(struct uvc_video_queue *queue) in uvc_queue_streaming() argument
/linux-4.4.14/drivers/media/usb/uvc/
Duvcvideo.h373 struct uvc_video_queue { struct
374 struct vb2_queue queue;
375 struct mutex mutex; /* Protects queue */
377 unsigned int flags;
378 unsigned int buf_used;
380 spinlock_t irqlock; /* Protects irqqueue */
381 struct list_head irqqueue;