Home
last modified time | relevance | path

Searched refs:vf_pipe (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_fops.c381 struct atomisp_video_pipe *vf_pipe = NULL; in atomisp_qbuffers_to_css() local
396 vf_pipe = &asd->video_out_vf; in atomisp_qbuffers_to_css()
405 vf_pipe = &asd->video_out_vf; in atomisp_qbuffers_to_css()
417 vf_pipe = &asd->video_out_vf; in atomisp_qbuffers_to_css()
453 if (vf_pipe) { in atomisp_qbuffers_to_css()
456 atomisp_subdev_source_pad(&vf_pipe->vdev)); in atomisp_qbuffers_to_css()
467 atomisp_q_video_buffers_to_css(asd, vf_pipe, in atomisp_qbuffers_to_css()
Datomisp_ioctl.c1736 struct atomisp_video_pipe *vf_pipe = NULL; in atomisp_streamoff() local
1833 vf_pipe = &asd->video_out_vf; in atomisp_streamoff()
1834 wake_up_interruptible(&vf_pipe->capq.wait); in atomisp_streamoff()