Searched defs:omap_vout_device (Results 1 – 2 of 2) sorted by relevance
114 struct omap_vout_device { struct116 struct omapvideo_info vid_info;117 struct video_device *vfd;118 struct omap2video_device *vid_dev;119 int vid;120 int opened;125 int buffer_allocated;127 int buffer_size;129 unsigned long buf_virt_addr[VIDEO_MAX_FRAME];130 unsigned long buf_phy_addr[VIDEO_MAX_FRAME];[all …]
700 static struct platform_device omap_vout_device = { variable