Home
last modified time | relevance | path

Searched refs:omap2video_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/platform/omap/
Domap_voutdef.h97 struct omap2video_device { struct
118 struct omap2video_device *vid_dev; argument
Domap_vout_vrfb.c98 struct omap2video_device *vid_dev = in omap_vout_setup_vrfb_bufs()
99 container_of(v4l2_dev, struct omap2video_device, v4l2_dev); in omap_vout_setup_vrfb_bufs()
Domap_vout.c1957 struct omap2video_device *vid_dev = in omap_vout_setup_video_bufs()
1958 container_of(v4l2_dev, struct omap2video_device, v4l2_dev); in omap_vout_setup_video_bufs()
2007 struct omap2video_device *vid_dev = container_of(v4l2_dev, in omap_vout_create_video_devices()
2008 struct omap2video_device, v4l2_dev); in omap_vout_create_video_devices()
2123 struct omap2video_device *vid_dev = container_of(v4l2_dev, struct in omap_vout_remove()
2124 omap2video_device, v4l2_dev); in omap_vout_remove()
2146 struct omap2video_device *vid_dev = NULL; in omap_vout_probe()
2163 vid_dev = kzalloc(sizeof(struct omap2video_device), GFP_KERNEL); in omap_vout_probe()