Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/ti/omap3isp/
Dispvideo.h155 struct isp_video { struct
156 struct video_device video;
157 enum v4l2_buf_type type;
158 struct media_pad pad;
182 enum isp_video_dmaqueue_flags dmaqueue_flags; argument
184 const struct isp_video_operations *ops; argument
187 #define to_isp_video(vdev) container_of(vdev, struct isp_video, video) argument