Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/gadget/function/
Duvc_queue.h47 struct uvc_video_queue { struct
61 static inline int uvc_queue_streaming(struct uvc_video_queue *queue) in uvc_queue_streaming() argument
/linux-6.6.21/drivers/media/usb/uvc/
Duvcvideo.h313 struct uvc_video_queue { struct
314 struct vb2_queue queue;
315 struct mutex mutex; /* Protects queue */
317 unsigned int flags;
318 unsigned int buf_used;
320 spinlock_t irqlock; /* Protects irqqueue */
321 struct list_head irqqueue;