Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.h151 struct isp_video { struct
152 struct video_device video;
153 enum v4l2_buf_type type;
154 struct media_pad pad;
179 enum isp_video_dmaqueue_flags dmaqueue_flags; argument
181 const struct isp_video_operations *ops; argument
184 #define to_isp_video(vdev) container_of(vdev, struct isp_video, video) argument