Searched refs:omap_vout_device (Results 1 – 5 of 5) sorted by relevance
16 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()
107 struct omap_vout_device *vouts[MAX_VOUT_DEV];132 struct omap_vout_device { struct184 static inline int is_rotation_90_or_270(const struct omap_vout_device *vout) in is_rotation_90_or_270() argument193 static inline int is_rotation_enabled(const struct omap_vout_device *vout) in is_rotation_enabled()201 static inline int calc_rotation(const struct omap_vout_device *vout) in calc_rotation()218 void omap_vout_free_buffers(struct omap_vout_device *vout);
488 struct omap_vout_device *vout = (struct omap_vout_device *)arg; in omap_vout_isr()574 struct omap_vout_device *vout = video_drvdata(file); in vidioc_querycap()600 struct omap_vout_device *vout = video_drvdata(file); in vidioc_g_fmt_vid_out()613 struct omap_vout_device *vout = video_drvdata(file); in vidioc_try_fmt_vid_out()640 struct omap_vout_device *vout = video_drvdata(file); in vidioc_s_fmt_vid_out()703 struct omap_vout_device *vout = video_drvdata(file); in vidioc_try_fmt_vid_overlay()725 struct omap_vout_device *vout = video_drvdata(file); in vidioc_s_fmt_vid_overlay()771 struct omap_vout_device *vout = video_drvdata(file); in vidioc_g_fmt_vid_overlay()863 struct omap_vout_device *vout = in omap_vout_s_ctrl()1422 struct omap_vout_device *vout; in omap_vout_setup_video_bufs()[all …]
30 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()
48 static struct platform_device omap_vout_device = { variable61 return platform_device_register(&omap_vout_device); in omap_init_vout()