Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Duvc_queue.c74 if (unlikely(queue->flags & UVC_QUEUE_DISCONNECTED)) in uvc_buffer_prepare()
107 if (likely(!(queue->flags & UVC_QUEUE_DISCONNECTED))) { in uvc_buffer_queue()
268 queue->flags |= UVC_QUEUE_DISCONNECTED; in uvcg_queue_cancel()
316 queue->flags &= ~UVC_QUEUE_DISCONNECTED; in uvcg_queue_enable()
H A Duvc_queue.h46 #define UVC_QUEUE_DISCONNECTED (1 << 0) macro
/linux-6.15/drivers/media/usb/uvc/
H A Duvc_queue.c111 if (unlikely(queue->flags & UVC_QUEUE_DISCONNECTED)) in uvc_buffer_prepare()
134 if (likely(!(queue->flags & UVC_QUEUE_DISCONNECTED))) { in uvc_buffer_queue()
418 queue->flags |= UVC_QUEUE_DISCONNECTED; in uvc_queue_cancel()
H A Duvcvideo.h325 #define UVC_QUEUE_DISCONNECTED (1 << 0) macro