Searched refs:video_pipe (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_fops.c | 383 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 …]
|
| H A D | sh_css.c | 9482 struct ia_css_pipe *video_pipe; local 9498 video_pipe = find_pipe(pipes, num_pipes, 9514 if (preview_pipe && video_pipe) { 9530 if (video_pipe && !video_pipe->pipe_settings.video.copy_pipe) { 9535 video_pipe->pipe_settings.video.copy_pipe = copy_pipe; 9538 if (video_pipe && curr_stream->cont_capt) { 9539 video_pipe->pipe_settings.video.capture_pipe = capture_pipe; 10043 struct ia_css_pipe *video_pipe = NULL; local 10050 video_pipe = pipe; 10054 if (video_pipe) [all …]
|
| H A D | atomisp_ioctl.c | 2020 struct atomisp_video_pipe *video_pipe = NULL; in __atomisp_streamoff() local 2159 video_pipe = &asd->video_out_video_capture; in __atomisp_streamoff() 2160 wake_up_interruptible(&video_pipe->capq.wait); in __atomisp_streamoff()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/go7007/ |
| H A D | go7007-usb.c | 1050 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()
|