Searched defs:omap_vout_device (Results 1 – 2 of 2) sorted by relevance
117 struct omap_vout_device { struct119 struct omapvideo_info vid_info;120 struct video_device *vfd;121 struct omap2video_device *vid_dev;122 struct v4l2_ctrl_handler ctrl_handler;123 int vid;124 int opened;129 int buffer_allocated;131 int buffer_size;133 unsigned long buf_virt_addr[VIDEO_MAX_FRAME];[all …]
50 static struct platform_device omap_vout_device = { variable