Lines Matching full:video
5 * TI OMAP3 ISP - Generic video node
60 /* The stream has been started on the input video node. */
62 /* The stream has been started on the output video node. */
64 /* At least one buffer is queued on the input video node. */
66 /* At least one buffer is queued on the output video node. */
123 * struct isp_buffer - ISP video buffer
143 #define isp_video_dmaqueue_flags_clr(video) \ argument
144 ({ (video)->dmaqueue_flags = 0; })
147 * struct isp_video_operations - ISP video operations
152 int(*queue)(struct isp_video *video, struct isp_buffer *buffer);
156 struct video_device video; member
177 /* Video buffers queue */
187 #define to_isp_video(vdev) container_of(vdev, struct isp_video, video)
191 struct isp_video *video; member
201 int omap3isp_video_init(struct isp_video *video, const char *name);
202 void omap3isp_video_cleanup(struct isp_video *video);
203 int omap3isp_video_register(struct isp_video *video,
205 void omap3isp_video_unregister(struct isp_video *video);
206 struct isp_buffer *omap3isp_video_buffer_next(struct isp_video *video);
207 void omap3isp_video_cancel_stream(struct isp_video *video);
208 void omap3isp_video_resume(struct isp_video *video, int continuous);
209 struct media_pad *omap3isp_video_remote_pad(struct isp_video *video);