Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Duvc_queue.h45 struct uvc_video_queue { struct
57 static inline int uvc_queue_streaming(struct uvc_video_queue *queue) in uvc_queue_streaming() argument
/Linux-v4.19/drivers/media/usb/uvc/
Duvcvideo.h418 struct uvc_video_queue { struct
419 struct vb2_queue queue;
420 struct mutex mutex; /* Protects queue */
422 unsigned int flags;
423 unsigned int buf_used;
425 spinlock_t irqlock; /* Protects irqqueue */
426 struct list_head irqqueue;