Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/omap/
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()
Domap_voutdef.h103 struct omap_vout_device *vouts[MAX_VOUT_DEV];
114 struct omap_vout_device { struct
180 struct omap_vout_device *vout; argument
190 static inline int is_rotation_90_or_270(const struct omap_vout_device *vout) in is_rotation_90_or_270() argument
199 static inline int is_rotation_enabled(const struct omap_vout_device *vout) in is_rotation_enabled()
207 static inline int calc_rotation(const struct omap_vout_device *vout) in calc_rotation()
224 void omap_vout_free_buffers(struct omap_vout_device *vout);
Domap_vout.c243 void omap_vout_free_buffers(struct omap_vout_device *vout) in omap_vout_free_buffers()
288 static int omap_vout_calculate_offset(struct omap_vout_device *vout) in omap_vout_calculate_offset()
326 static int video_mode_to_dss_mode(struct omap_vout_device *vout) in video_mode_to_dss_mode()
366 static int omapvid_setup_overlay(struct omap_vout_device *vout, in omapvid_setup_overlay()
443 static int omapvid_init(struct omap_vout_device *vout, u32 addr) in omapvid_init()
512 static int omapvid_apply_changes(struct omap_vout_device *vout) in omapvid_apply_changes()
531 static int omapvid_handle_interlace_display(struct omap_vout_device *vout, in omapvid_handle_interlace_display()
579 struct omap_vout_device *vout = (struct omap_vout_device *)arg; in omap_vout_isr()
676 struct omap_vout_device *vout = q->priv_data; in omap_vout_buffer_setup()
748 static void omap_vout_free_extra_buffers(struct omap_vout_device *vout) in omap_vout_free_extra_buffers()
[all …]
Domap_vout_vrfb.c31 static int omap_vout_allocate_vrfb_buffers(struct omap_vout_device *vout, in omap_vout_allocate_vrfb_buffers()
77 void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) in omap_vout_free_vrfb_buffers()
93 struct omap_vout_device *vout; in omap_vout_setup_vrfb_bufs()
168 void omap_vout_release_vrfb(struct omap_vout_device *vout) in omap_vout_release_vrfb()
185 int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, in omap_vout_vrfb_buffer_setup()
218 int omap_vout_prepare_vrfb(struct omap_vout_device *vout, in omap_vout_prepare_vrfb()
293 void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) in omap_vout_calculate_vrfb_offset()
/linux-4.1.27/arch/arm/mach-omap2/
Ddevices.c272 static struct platform_device omap_vout_device = { variable
281 return platform_device_register(&omap_vout_device); in omap_init_vout()