Searched defs:isp_video (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/omap3isp/
H A Dispvideo.h40 struct isp_video;
97 struct isp_video *input;
98 struct isp_video *output;
148 int(*queue)(struct isp_video *video, struct isp_buffer *buffer);
151 struct isp_video { struct
183 #define to_isp_video(vdev) container_of(vdev, struct isp_video, video)
187 struct isp_video *video;
197 int omap3isp_video_init(struct isp_video *video, const char *name);
198 void omap3isp_video_cleanup(struct isp_video *video);
199 int omap3isp_video_register(struct isp_video *vide
[all...]

Completed in 191 milliseconds