Searched refs:UVC_QUEUE_PAUSED (Results 1 – 2 of 2) sorted by relevance
196 ret = (queue->flags & UVC_QUEUE_PAUSED) != 0; in uvcg_queue_buffer()197 queue->flags &= ~UVC_QUEUE_PAUSED; in uvcg_queue_buffer()366 queue->flags |= UVC_QUEUE_PAUSED; in uvcg_queue_head()
46 #define UVC_QUEUE_PAUSED (1 << 2) macro
Completed in 4 milliseconds