Symbol: omap_vout_device
arch/arm/mach-omap2/devices.c
48
static struct platform_device omap_vout_device = {
arch/arm/mach-omap2/devices.c
61
return platform_device_register(&omap_vout_device);
drivers/media/platform/ti/omap/omap_vout.c
1086
struct omap_vout_device *vout = vb2_get_drv_priv(vq);
drivers/media/platform/ti/omap/omap_vout.c
1124
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
1195
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
1307
static int __init omap_vout_setup_video_data(struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_vout.c
1421
struct omap_vout_device *vout;
drivers/media/platform/ti/omap/omap_vout.c
1443
struct omap_vout_device *vout;
drivers/media/platform/ti/omap/omap_vout.c
1455
vout = kzalloc_obj(struct omap_vout_device);
drivers/media/platform/ti/omap/omap_vout.c
1533
static void omap_vout_cleanup_device(struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_vout.c
200
static int omap_vout_calculate_offset(struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_vout.c
238
static int video_mode_to_dss_mode(struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_vout.c
278
static int omapvid_setup_overlay(struct omap_vout_device *vout,
drivers/media/platform/ti/omap/omap_vout.c
355
static int omapvid_init(struct omap_vout_device *vout, dma_addr_t addr)
drivers/media/platform/ti/omap/omap_vout.c
420
static int omapvid_apply_changes(struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_vout.c
439
static int omapvid_handle_interlace_display(struct omap_vout_device *vout,
drivers/media/platform/ti/omap/omap_vout.c
488
struct omap_vout_device *vout = (struct omap_vout_device *)arg;
drivers/media/platform/ti/omap/omap_vout.c
574
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
600
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
613
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
640
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
703
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
725
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
771
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
792
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
819
struct omap_vout_device *vout = video_drvdata(file);
drivers/media/platform/ti/omap/omap_vout.c
863
struct omap_vout_device *vout =
drivers/media/platform/ti/omap/omap_vout.c
864
container_of(ctrl->handler, struct omap_vout_device, ctrl_handler);
drivers/media/platform/ti/omap/omap_vout.c
946
struct omap_vout_device *vout = vb2_get_drv_priv(vq);
drivers/media/platform/ti/omap/omap_vout.c
966
struct omap_vout_device *vout = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/ti/omap/omap_vout.c
989
struct omap_vout_device *vout = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/ti/omap/omap_vout.c
997
struct omap_vout_device *vout = vb2_get_drv_priv(vq);
drivers/media/platform/ti/omap/omap_vout_vrfb.c
178
void omap_vout_release_vrfb(struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_vout_vrfb.c
197
int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout,
drivers/media/platform/ti/omap/omap_vout_vrfb.c
230
int omap_vout_prepare_vrfb(struct omap_vout_device *vout,
drivers/media/platform/ti/omap/omap_vout_vrfb.c
30
static int omap_vout_allocate_vrfb_buffers(struct omap_vout_device *vout,
drivers/media/platform/ti/omap/omap_vout_vrfb.c
318
void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_vout_vrfb.c
76
void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_vout_vrfb.c
94
struct omap_vout_device *vout;
drivers/media/platform/ti/omap/omap_vout_vrfb.h
16
void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout);
drivers/media/platform/ti/omap/omap_vout_vrfb.h
19
void omap_vout_release_vrfb(struct omap_vout_device *vout);
drivers/media/platform/ti/omap/omap_vout_vrfb.h
20
int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout,
drivers/media/platform/ti/omap/omap_vout_vrfb.h
22
int omap_vout_prepare_vrfb(struct omap_vout_device *vout,
drivers/media/platform/ti/omap/omap_vout_vrfb.h
24
void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout);
drivers/media/platform/ti/omap/omap_vout_vrfb.h
26
static inline void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) { };
drivers/media/platform/ti/omap/omap_vout_vrfb.h
30
static inline void omap_vout_release_vrfb(struct omap_vout_device *vout) { };
drivers/media/platform/ti/omap/omap_vout_vrfb.h
31
static inline int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout,
drivers/media/platform/ti/omap/omap_vout_vrfb.h
34
static inline int omap_vout_prepare_vrfb(struct omap_vout_device *vout,
drivers/media/platform/ti/omap/omap_vout_vrfb.h
37
static inline void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) { };
drivers/media/platform/ti/omap/omap_voutdef.h
107
struct omap_vout_device *vouts[MAX_VOUT_DEV];
drivers/media/platform/ti/omap/omap_voutdef.h
184
static inline int is_rotation_90_or_270(const struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_voutdef.h
193
static inline int is_rotation_enabled(const struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_voutdef.h
201
static inline int calc_rotation(const struct omap_vout_device *vout)
drivers/media/platform/ti/omap/omap_voutdef.h
218
void omap_vout_free_buffers(struct omap_vout_device *vout);