Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_fops.c419 struct atomisp_video_pipe *vf_pipe = NULL; in atomisp_qbuffers_to_css() local
439 vf_pipe = &asd->video_out_vf; in atomisp_qbuffers_to_css()
448 vf_pipe = &asd->video_out_vf; in atomisp_qbuffers_to_css()
460 vf_pipe = &asd->video_out_vf; in atomisp_qbuffers_to_css()
498 if (vf_pipe) { in atomisp_qbuffers_to_css()
501 atomisp_subdev_source_pad(&vf_pipe->vdev)); in atomisp_qbuffers_to_css()
512 atomisp_q_video_buffers_to_css(asd, vf_pipe, in atomisp_qbuffers_to_css()
Datomisp_ioctl.c1897 struct atomisp_video_pipe *vf_pipe = NULL; in __atomisp_streamoff() local
2024 vf_pipe = &asd->video_out_vf; in __atomisp_streamoff()
2025 wake_up_interruptible(&vf_pipe->capq.wait); in __atomisp_streamoff()