Lines Matching refs:isp_video
29 struct isp_video;
90 struct isp_video *input;
91 struct isp_video *output;
148 int(*queue)(struct isp_video *video, struct isp_buffer *buffer);
151 struct isp_video { struct
184 #define to_isp_video(vdev) container_of(vdev, struct isp_video, video) argument
188 struct isp_video *video;
198 int omap3isp_video_init(struct isp_video *video, const char *name);
199 void omap3isp_video_cleanup(struct isp_video *video);
200 int omap3isp_video_register(struct isp_video *video,
202 void omap3isp_video_unregister(struct isp_video *video);
203 struct isp_buffer *omap3isp_video_buffer_next(struct isp_video *video);
204 void omap3isp_video_cancel_stream(struct isp_video *video);
205 void omap3isp_video_resume(struct isp_video *video, int continuous);
206 struct media_pad *omap3isp_video_remote_pad(struct isp_video *video);