Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c422 struct atomisp_video_pipe *vf_pipe = NULL; in atomisp_qbuffers_to_css() local
442 vf_pipe = &asd->video_out_vf; in atomisp_qbuffers_to_css()
451 vf_pipe = &asd->video_out_vf; in atomisp_qbuffers_to_css()
463 vf_pipe = &asd->video_out_vf; in atomisp_qbuffers_to_css()
501 if (vf_pipe) { in atomisp_qbuffers_to_css()
504 atomisp_subdev_source_pad(&vf_pipe->vdev)); in atomisp_qbuffers_to_css()
515 atomisp_q_video_buffers_to_css(asd, vf_pipe, in atomisp_qbuffers_to_css()
H A Datomisp_ioctl.c2018 struct atomisp_video_pipe *vf_pipe = NULL; in __atomisp_streamoff() local
2151 vf_pipe = &asd->video_out_vf; in __atomisp_streamoff()
2152 wake_up_interruptible(&vf_pipe->capq.wait); in __atomisp_streamoff()