Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/omap/
Domap_voutdef.h117 struct omap_vout_device { struct
119 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 …]
/Linux-v4.19/arch/arm/mach-omap2/
Ddevices.c50 static struct platform_device omap_vout_device = { variable