Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A 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
/openbmc/linux/drivers/media/usb/uvc/
H A Duvcvideo.h318 struct uvc_video_queue { struct
319 struct vb2_queue queue;
320 struct mutex mutex; /* Protects queue */
322 unsigned int flags;
323 unsigned int buf_used;
325 spinlock_t irqlock; /* Protects irqqueue */
326 struct list_head irqqueue;