Home
last modified time | relevance | path

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

/linux-6.14.4/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.14.4/drivers/media/usb/uvc/
Duvcvideo.h322 struct uvc_video_queue { struct
323 struct vb2_queue queue;
324 struct mutex mutex; /* Protects queue */
326 unsigned int flags;
327 unsigned int buf_used;
329 spinlock_t irqlock; /* Protects irqqueue */
330 struct list_head irqqueue;