• Home
  • Raw
  • Download

Lines Matching refs:streaming

71 	    ctrl->bFormatIndex > video->streaming->nformats)  in uvc_fixup_buffer_size()
74 format = &video->streaming->format[ctrl->bFormatIndex - 1]; in uvc_fixup_buffer_size()
101 ret = __uvc_query_ctrl(video->dev, query, 0, video->streaming->intfnum, in uvc_get_video_ctrl()
205 video->streaming->intfnum, in uvc_set_video_ctrl()
227 mutex_lock(&video->streaming->mutex); in uvc_probe_video()
256 if (video->streaming->intf->num_altsetting == 1) in uvc_probe_video()
260 if (bandwidth <= video->streaming->maxpsize) in uvc_probe_video()
276 mutex_unlock(&video->streaming->mutex); in uvc_probe_video()
766 size = video->streaming->ctrl.dwMaxVideoFrameSize; in uvc_init_video_isoc()
828 size = video->streaming->ctrl.dwMaxPayloadTransferSize; in uvc_init_video_bulk()
843 if (video->streaming->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) in uvc_init_video_bulk()
870 struct usb_interface *intf = video->streaming->intf; in uvc_init_video()
873 int intfnum = video->streaming->intfnum; in uvc_init_video()
884 bandwidth = video->streaming->ctrl.dwMaxPayloadTransferSize; in uvc_init_video()
896 video->streaming->header.bEndpointAddress); in uvc_init_video()
917 video->streaming->header.bEndpointAddress); in uvc_init_video()
958 usb_set_interface(video->dev->udev, video->streaming->intfnum, 0); in uvc_video_suspend()
976 if ((ret = uvc_commit_video(video, &video->streaming->ctrl)) < 0) { in uvc_video_resume()
1006 struct uvc_streaming_control *probe = &video->streaming->ctrl; in uvc_video_init()
1012 if (video->streaming->nformats == 0) { in uvc_video_init()
1022 usb_set_interface(video->dev->udev, video->streaming->intfnum, 0); in uvc_video_init()
1034 for (i = video->streaming->nformats; i > 0; --i) { in uvc_video_init()
1035 format = &video->streaming->format[i-1]; in uvc_video_init()
1060 video->streaming->cur_format = format; in uvc_video_init()
1061 video->streaming->cur_frame = frame; in uvc_video_init()
1065 if (video->streaming->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) { in uvc_video_init()
1068 else if (video->streaming->intf->num_altsetting > 1) in uvc_video_init()
1073 if (video->streaming->intf->num_altsetting == 1) in uvc_video_init()
1095 video->streaming->intfnum, 0); in uvc_video_enable()
1100 if ((video->streaming->cur_format->flags & UVC_FMT_FLAG_COMPRESSED) || in uvc_video_enable()
1110 if ((ret = uvc_commit_video(video, &video->streaming->ctrl)) < 0) in uvc_video_enable()