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