Home
last modified time | relevance | path

Searched refs:UVC_QUEUE_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_queue.c160 if (unlikely(queue->flags & UVC_QUEUE_DISCONNECTED)) in uvc_buffer_prepare()
189 if (likely(!(queue->flags & UVC_QUEUE_DISCONNECTED))) { in uvc_buffer_queue()
348 queue->flags |= UVC_QUEUE_DISCONNECTED; in uvcg_queue_cancel()
395 queue->flags &= ~UVC_QUEUE_DISCONNECTED; in uvcg_queue_enable()
H A Duvc_queue.h41 #define UVC_QUEUE_DISCONNECTED (1 << 0) macro
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_queue.c116 if (unlikely(queue->flags & UVC_QUEUE_DISCONNECTED)) in uvc_buffer_prepare()
139 if (likely(!(queue->flags & UVC_QUEUE_DISCONNECTED))) { in uvc_buffer_queue()
427 queue->flags |= UVC_QUEUE_DISCONNECTED; in uvc_queue_cancel()
H A Duvcvideo.h431 #define UVC_QUEUE_DISCONNECTED (1 << 0) macro