Home
last modified time | relevance | path

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

/drivers/media/platform/davinci/
Dvpbe_venc.c85 struct venc_state *venc = to_state(sd); in venc_read() local
87 return readl(venc->venc_base + offset); in venc_read()
92 struct venc_state *venc = to_state(sd); in venc_write() local
94 writel(val, (venc->venc_base + offset)); in venc_write()
111 struct venc_state *venc = to_state(sd); in vdaccfg_write() local
113 writel(val, venc->vdaccfg_reg); in vdaccfg_write()
115 val = readl(venc->vdaccfg_reg); in vdaccfg_write()
148 struct venc_state *venc = to_state(sd); in venc_enabledigitaloutput() local
181 if (venc->venc_type != VPBE_VERSION_3) in venc_enabledigitaloutput()
232 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()
639 vpbe_dev->venc = venc_sub_dev_init(&vpbe_dev->v4l2_dev, in vpbe_initialize()
640 vpbe_dev->cfg->venc.module_name); in vpbe_initialize()
642 if (vpbe_dev->venc == NULL) { in vpbe_initialize()
681 *enc_subdev = vpbe_dev->venc; in vpbe_initialize()
824 !cfg->venc.module_name[0]) { in vpbe_probe()
Dvpbe_display.c59 ret = v4l2_subdev_call(vpbe_dev->venc, in venc_is_second_field()
1605 v4l2_subdev_call(vpbe_dev->venc, in vpbe_display_g_register()
/drivers/video/omap2/dss/
Dvenc.c308 } venc; variable
312 __raw_writel(val, venc.base + idx); in venc_write_reg()
317 u32 l = __raw_readl(venc.base + idx); in venc_read_reg()
336 venc.wss_data); in venc_write_config()
402 r = pm_runtime_get_sync(&venc.pdev->dev); in venc_runtime_get()
413 r = pm_runtime_put_sync(&venc.pdev->dev); in venc_runtime_put()
441 venc_write_config(venc_timings_to_config(&venc.timings)); in venc_power_on()
443 dss_set_venc_output(venc.type); in venc_power_on()
448 if (venc.type == OMAP_DSS_VENC_TYPE_COMPOSITE) in venc_power_on()
453 if (venc.invert_polarity == false) in venc_power_on()
[all …]
Dvenc_panel.c40 switch (dssdev->phy.venc.type) { in display_output_type_show()
69 if (dssdev->phy.venc.type != new_type) { in display_output_type_store()
70 dssdev->phy.venc.type = new_type; in display_output_type_store()
132 omapdss_venc_set_type(dssdev, dssdev->phy.venc.type); in venc_panel_enable()
134 dssdev->phy.venc.invert_polarity); in venc_panel_enable()
DMakefile10 omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o venc_panel.o