Searched refs:UVC_QUEUE_PAUSED (Results 1 – 2 of 2) sorted by relevance
178 ret = (queue->flags & UVC_QUEUE_PAUSED) != 0; in uvcg_queue_buffer()179 queue->flags &= ~UVC_QUEUE_PAUSED; in uvcg_queue_buffer()348 queue->flags |= UVC_QUEUE_PAUSED; in uvcg_queue_head()
40 #define UVC_QUEUE_PAUSED (1 << 2) macro