Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
Duvc_queue.h49 struct uvc_video_queue { struct
63 static inline int uvc_queue_streaming(struct uvc_video_queue *queue) in uvc_queue_streaming() argument
/linux-6.15/drivers/media/usb/uvc/
Duvcvideo.h327 struct uvc_video_queue { struct
328 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;