Home
last modified time | relevance | path

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

/linux-3.3/drivers/media/video/omap/
Domap_voutdef.h114 struct omap_vout_device { struct
116 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 …]
/linux-3.3/arch/arm/mach-omap2/
Ddevices.c700 static struct platform_device omap_vout_device = { variable