UVC_QUEUE_PAUSED  174 drivers/usb/gadget/function/uvc_queue.c 	ret = (queue->flags & UVC_QUEUE_PAUSED) != 0;
UVC_QUEUE_PAUSED  175 drivers/usb/gadget/function/uvc_queue.c 	queue->flags &= ~UVC_QUEUE_PAUSED;
UVC_QUEUE_PAUSED  344 drivers/usb/gadget/function/uvc_queue.c 		queue->flags |= UVC_QUEUE_PAUSED;