Lines Matching refs:video
136 #define isp_video_dmaqueue_flags_clr(video) \ argument
137 ({ (video)->dmaqueue_flags = 0; })
145 int(*queue)(struct isp_video *video, struct isp_buffer *buffer);
149 struct video_device video; member
180 #define to_isp_video(vdev) container_of(vdev, struct isp_video, video)
184 struct isp_video *video; member
194 int omap3isp_video_init(struct isp_video *video, const char *name);
195 void omap3isp_video_cleanup(struct isp_video *video);
196 int omap3isp_video_register(struct isp_video *video,
198 void omap3isp_video_unregister(struct isp_video *video);
199 struct isp_buffer *omap3isp_video_buffer_next(struct isp_video *video);
200 void omap3isp_video_cancel_stream(struct isp_video *video);
201 void omap3isp_video_resume(struct isp_video *video, int continuous);
202 struct media_pad *omap3isp_video_remote_pad(struct isp_video *video);