Home
last modified time | relevance | path

Searched refs:venc (Results 1 – 19 of 19) sorted by relevance

/linux-3.4.99/drivers/media/video/davinci/
Dvpbe_venc.c66 struct venc_state *venc = to_state(sd); in venc_read() local
68 return readl(venc->venc_base + offset); in venc_read()
73 struct venc_state *venc = to_state(sd); in venc_write() local
75 writel(val, (venc->venc_base + offset)); in venc_write()
92 struct venc_state *venc = to_state(sd); in vdaccfg_write() local
94 writel(val, venc->vdaccfg_reg); in vdaccfg_write()
96 val = readl(venc->vdaccfg_reg); in vdaccfg_write()
129 struct venc_state *venc = to_state(sd); in venc_enabledigitaloutput() local
130 struct venc_platform_data *pdata = venc->pdata; in venc_enabledigitaloutput()
194 struct venc_state *venc = to_state(sd); in venc_set_ntsc() local
[all …]
Dvpbe.c68 return ((index == 0) ? &cfg->venc : in vpbe_current_encoder_info()
87 if (!strcmp(encoder_name, cfg->venc.module_name)) in vpbe_find_encoder_sd_index()
654 vpbe_dev->venc = venc_sub_dev_init(&vpbe_dev->v4l2_dev, in vpbe_initialize()
655 vpbe_dev->cfg->venc.module_name); in vpbe_initialize()
657 if (vpbe_dev->venc == NULL) { in vpbe_initialize()
696 *enc_subdev = vpbe_dev->venc; in vpbe_initialize()
838 !cfg->venc.module_name[0]) { in vpbe_probe()
Dvpbe_display.c56 ret = v4l2_subdev_call(vpbe_dev->venc, in venc_is_second_field()
1522 v4l2_subdev_call(vpbe_dev->venc, in vpbe_display_g_register()
/linux-3.4.99/drivers/video/omap2/dss/
Dvenc.c299 } venc; variable
303 __raw_writel(val, venc.base + idx); in venc_write_reg()
308 u32 l = __raw_readl(venc.base + idx); in venc_read_reg()
327 venc.wss_data); in venc_write_config()
393 r = pm_runtime_get_sync(&venc.pdev->dev); in venc_runtime_get()
404 r = pm_runtime_put_sync(&venc.pdev->dev); in venc_runtime_put()
428 dss_set_venc_output(dssdev->phy.venc.type); in venc_power_on()
433 if (dssdev->phy.venc.type == OMAP_DSS_VENC_TYPE_COMPOSITE) in venc_power_on()
438 if (dssdev->phy.venc.invert_polarity == false) in venc_power_on()
446 regulator_enable(venc.vdda_dac_reg); in venc_power_on()
[all …]
DMakefile6 omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o
/linux-3.4.99/include/media/davinci/
Dvpbe.h93 struct encoder_config_info venc; member
195 struct v4l2_subdev *venc; member
/linux-3.4.99/Documentation/video4linux/
DREADME.davinci-vpbe15 VPBE venc sub device driver
60 venc using non-standard timing mode.
88 vpbe venc sub device
/linux-3.4.99/arch/arm/mach-omap2/
Dboard-rx51-video.c55 .phy.venc.type = OMAP_DSS_VENC_TYPE_COMPOSITE,
Dboard-omap3stalker.c117 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
119 .u.venc.type = OMAP_DSS_VENC_TYPE_COMPOSITE,
Dboard-am3517evm.c205 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
Dboard-omap3beagle.c225 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
Dboard-overo.c204 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
Dboard-3430sdp.c206 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
Dboard-omap3pandora.c246 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
Dboard-omap3evm.c217 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
Dboard-cm-t35.c280 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
Dboard-devkit8000.c174 .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
/linux-3.4.99/arch/arm/mach-davinci/
Dboard-dm644x-evm.c716 .venc = {
/linux-3.4.99/include/video/
Domapdss.h513 } venc; member