Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_queue.h44 struct uvc_video_queue { struct
56 static inline int uvc_queue_streaming(struct uvc_video_queue *queue) in uvc_queue_streaming() argument
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvcvideo.h434 struct uvc_video_queue { struct
435 struct vb2_queue queue;
436 struct mutex mutex; /* Protects queue */
438 unsigned int flags;
439 unsigned int buf_used;
441 spinlock_t irqlock; /* Protects irqqueue */
442 struct list_head irqqueue;