Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.h16 void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout);
19 void omap_vout_release_vrfb(struct omap_vout_device *vout);
20 int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout,
22 int omap_vout_prepare_vrfb(struct omap_vout_device *vout,
24 void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout);
26 static inline void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) { }; in omap_vout_free_vrfb_buffers()
30 static inline void omap_vout_release_vrfb(struct omap_vout_device *vout) { }; in omap_vout_release_vrfb()
31 static inline int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, in omap_vout_vrfb_buffer_setup()
34 static inline int omap_vout_prepare_vrfb(struct omap_vout_device *vout, in omap_vout_prepare_vrfb()
37 static inline void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) { }; in omap_vout_calculate_vrfb_offset()
H A Domap_vout_vrfb.c30 static int omap_vout_allocate_vrfb_buffers(struct omap_vout_device *vout, in omap_vout_allocate_vrfb_buffers()
76 void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) in omap_vout_free_vrfb_buffers()
94 struct omap_vout_device *vout; in omap_vout_setup_vrfb_bufs()
178 void omap_vout_release_vrfb(struct omap_vout_device *vout) in omap_vout_release_vrfb()
197 int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, in omap_vout_vrfb_buffer_setup()
230 int omap_vout_prepare_vrfb(struct omap_vout_device *vout, in omap_vout_prepare_vrfb()
318 void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) in omap_vout_calculate_vrfb_offset()
/linux/arch/arm/mach-omap2/
H A Ddevices.c48 static struct platform_device omap_vout_device = { variable
61 return platform_device_register(&omap_vout_device); in omap_init_vout()