Home
last modified time | relevance | path

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

/linux-4.1.27/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()
652 vpbe_dev->venc = venc_sub_dev_init(&vpbe_dev->v4l2_dev, in vpbe_initialize()
653 vpbe_dev->cfg->venc.module_name); in vpbe_initialize()
655 if (vpbe_dev->venc == NULL) { in vpbe_initialize()
694 *enc_subdev = vpbe_dev->venc; in vpbe_initialize()
837 !cfg->venc.module_name[0]) { in vpbe_probe()
Dvpbe_display.c59 ret = v4l2_subdev_call(vpbe_dev->venc, in venc_is_second_field()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dvenc.c309 } venc; variable
313 __raw_writel(val, venc.base + idx); in venc_write_reg()
318 u32 l = __raw_readl(venc.base + idx); in venc_read_reg()
337 venc.wss_data); in venc_write_config()
403 r = pm_runtime_get_sync(&venc.pdev->dev); in venc_runtime_get()
414 r = pm_runtime_put_sync(&venc.pdev->dev); in venc_runtime_put()
433 struct omap_overlay_manager *mgr = venc.output.manager; in venc_power_on()
442 venc_write_config(venc_timings_to_config(&venc.timings)); in venc_power_on()
444 dss_set_venc_output(venc.type); in venc_power_on()
449 if (venc.type == OMAP_DSS_VENC_TYPE_COMPOSITE) in venc_power_on()
[all …]
DMakefile11 omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o
/linux-4.1.27/include/media/davinci/
Dvpbe.h93 struct encoder_config_info venc; member
195 struct v4l2_subdev *venc; member
/linux-4.1.27/Documentation/video4linux/
DREADME.davinci-vpbe15 VPBE venc sub device driver
60 venc using non-standard timing mode.
88 vpbe venc sub device
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,omap2-dss.txt45 - compatible: "ti,omap2-venc"
Dti,omap3-dss.txt56 - compatible: "ti,omap3-venc"
Dti,omap4-dss.txt59 - compatible: "ti,omap4-venc"
/linux-4.1.27/arch/arm/boot/dts/
Domap2.dtsi290 venc: encoder@48050c00 { label
291 compatible = "ti,omap2-venc";
Domap36xx.dtsi93 &venc {
Domap3-cm-t3x30.dtsi83 &venc {
Domap3-cm-t3x.dtsi245 &venc {
Domap3-beagle-xm.dts381 &venc {
Domap3.dtsi778 venc: encoder@48050c00 { label
779 compatible = "ti,omap3-venc";
Domap3-beagle.dts368 &venc {
Domap3-gta04.dtsi449 &venc {
Domap4.dtsi956 venc: encoder@58003000 { label
957 compatible = "ti,omap4-venc";
Domap3-pandora-common.dtsi614 &venc {
Domap3-n900.dts934 &venc {
/linux-4.1.27/arch/arm/mach-davinci/
Dboard-dm355-evm.c307 .venc = {
Dboard-dm365-evm.c530 .venc = {
Dboard-dm644x-evm.c718 .venc = {
/linux-4.1.27/include/video/
Domapdss.h725 } venc; member