Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/function/
Duvc_queue.c69 if (unlikely(queue->flags & UVC_QUEUE_DISCONNECTED)) in uvc_buffer_prepare()
92 if (likely(!(queue->flags & UVC_QUEUE_DISCONNECTED))) { in uvc_buffer_queue()
252 queue->flags |= UVC_QUEUE_DISCONNECTED; in uvcg_queue_cancel()
299 queue->flags &= ~UVC_QUEUE_DISCONNECTED; in uvcg_queue_enable()
Duvc_queue.h41 #define UVC_QUEUE_DISCONNECTED (1 << 0) macro
/Linux-v5.4/drivers/media/usb/uvc/
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()
Duvcvideo.h421 #define UVC_QUEUE_DISCONNECTED (1 << 0) macro