Go to the documentation of this file.
26 #ifndef OMAP3_ISP_VIDEO_H
27 #define OMAP3_ISP_VIDEO_H
36 #define ISP_VIDEO_DRIVER_NAME "ispvideo"
37 #define ISP_VIDEO_DRIVER_VERSION "0.0.2"
41 struct v4l2_mbus_framefmt;
114 #define to_isp_pipeline(__e) \
115 container_of((__e)->pipe, struct isp_pipeline, pipe)
137 #define to_isp_buffer(buf) container_of(buf, struct isp_buffer, buffer)
146 #define isp_video_dmaqueue_flags_clr(video) \
147 ({ (video)->dmaqueue_flags = 0; })
190 #define to_isp_video(vdev) container_of(vdev, struct isp_video, video)
200 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh)
201 #define isp_video_queue_to_isp_video_fh(q) \
202 container_of(q, struct isp_video_fh, queue)