Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_fops.c380 struct atomisp_video_pipe *video_pipe; in atomisp_qbuffers_to_css_for_all_pipes() local
384 video_pipe = &asd->video_out_video_capture; in atomisp_qbuffers_to_css_for_all_pipes()
402 atomisp_subdev_source_pad(&video_pipe->vdev)); in atomisp_qbuffers_to_css_for_all_pipes()
404 atomisp_q_video_buffers_to_css(asd, video_pipe, in atomisp_qbuffers_to_css_for_all_pipes()
421 struct atomisp_video_pipe *video_pipe = NULL; in atomisp_qbuffers_to_css() local
431 video_pipe = &asd->video_out_video_capture; in atomisp_qbuffers_to_css()
442 video_pipe = &asd->video_out_video_capture; in atomisp_qbuffers_to_css()
474 video_pipe = &asd->video_out_video_capture; in atomisp_qbuffers_to_css()
542 if (video_pipe) { in atomisp_qbuffers_to_css()
545 atomisp_subdev_source_pad(&video_pipe->vdev)); in atomisp_qbuffers_to_css()
[all …]
Dsh_css.c9487 struct ia_css_pipe *video_pipe; local
9503 video_pipe = find_pipe(pipes, num_pipes,
9519 if (preview_pipe && video_pipe) {
9535 if (video_pipe && !video_pipe->pipe_settings.video.copy_pipe) {
9540 video_pipe->pipe_settings.video.copy_pipe = copy_pipe;
9543 if (video_pipe && curr_stream->cont_capt) {
9544 video_pipe->pipe_settings.video.capture_pipe = capture_pipe;
10048 struct ia_css_pipe *video_pipe = NULL; local
10055 video_pipe = pipe;
10059 if (video_pipe)
[all …]
Datomisp_ioctl.c1899 struct atomisp_video_pipe *video_pipe = NULL; in __atomisp_streamoff() local
2032 video_pipe = &asd->video_out_video_capture; in __atomisp_streamoff()
2033 wake_up_interruptible(&video_pipe->capq.wait); in __atomisp_streamoff()
/Linux-v5.10/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()