Home
last modified time | relevance | path

Searched refs:video_pipe (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/media/atomisp/pci/
Datomisp_fops.c383 struct atomisp_video_pipe *video_pipe; in atomisp_qbuffers_to_css_for_all_pipes() local
387 video_pipe = &asd->video_out_video_capture; in atomisp_qbuffers_to_css_for_all_pipes()
405 atomisp_subdev_source_pad(&video_pipe->vdev)); in atomisp_qbuffers_to_css_for_all_pipes()
407 atomisp_q_video_buffers_to_css(asd, video_pipe, in atomisp_qbuffers_to_css_for_all_pipes()
424 struct atomisp_video_pipe *video_pipe = NULL; in atomisp_qbuffers_to_css() local
434 video_pipe = &asd->video_out_video_capture; in atomisp_qbuffers_to_css()
445 video_pipe = &asd->video_out_video_capture; in atomisp_qbuffers_to_css()
477 video_pipe = &asd->video_out_video_capture; in atomisp_qbuffers_to_css()
545 if (video_pipe) { in atomisp_qbuffers_to_css()
548 atomisp_subdev_source_pad(&video_pipe->vdev)); in atomisp_qbuffers_to_css()
[all …]
Dsh_css.c9322 struct ia_css_pipe *video_pipe; local
9338 video_pipe = find_pipe(pipes, num_pipes,
9355 if (preview_pipe && video_pipe) {
9371 if (video_pipe && !video_pipe->pipe_settings.video.copy_pipe) {
9376 video_pipe->pipe_settings.video.copy_pipe = copy_pipe;
9379 if (video_pipe && curr_stream->cont_capt)
9380 video_pipe->pipe_settings.video.capture_pipe = capture_pipe;
9878 struct ia_css_pipe *video_pipe = NULL; local
9885 video_pipe = pipe;
9889 if (video_pipe)
[all …]
Datomisp_ioctl.c1897 struct atomisp_video_pipe *video_pipe = NULL; in __atomisp_streamoff() local
2030 video_pipe = &asd->video_out_video_capture; in __atomisp_streamoff()
2031 wake_up_interruptible(&video_pipe->capq.wait); in __atomisp_streamoff()
/Linux-v5.15/drivers/media/usb/go7007/
Dgo7007-usb.c1050 int video_pipe, i, v_urb_len; in go7007_usb_probe() local
1272 video_pipe = usb_rcvbulkpipe(usb->usbdev, 6); in go7007_usb_probe()
1277 video_pipe = usb_rcvbulkpipe(usb->usbdev, 1); in go7007_usb_probe()
1287 usb_fill_bulk_urb(usb->video_urbs[i], usb->usbdev, video_pipe, in go7007_usb_probe()