Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/function/
Duvc_queue.h48 struct uvc_video_queue { struct
62 static inline int uvc_queue_streaming(struct uvc_video_queue *queue) in uvc_queue_streaming() argument
/Linux-v5.15/drivers/media/usb/uvc/
Duvcvideo.h456 struct uvc_video_queue { struct
457 struct vb2_queue queue;
458 struct mutex mutex; /* Protects queue */
460 unsigned int flags;
461 unsigned int buf_used;
463 spinlock_t irqlock; /* Protects irqqueue */
464 struct list_head irqqueue;