Searched refs:venc (Results 1 – 25 of 25) sorted by relevance
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe_venc.c | 85 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 …]
|
D | vpbe.c | 68 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()
|
D | vpbe_display.c | 59 ret = v4l2_subdev_call(vpbe_dev->venc, in venc_is_second_field()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | venc.c | 309 } 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 …]
|
D | Makefile | 11 omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o
|
/linux-4.1.27/include/media/davinci/ |
D | vpbe.h | 93 struct encoder_config_info venc; member 195 struct v4l2_subdev *venc; member
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.davinci-vpbe | 15 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/ |
D | ti,omap2-dss.txt | 45 - compatible: "ti,omap2-venc"
|
D | ti,omap3-dss.txt | 56 - compatible: "ti,omap3-venc"
|
D | ti,omap4-dss.txt | 59 - compatible: "ti,omap4-venc"
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap2.dtsi | 290 venc: encoder@48050c00 { label 291 compatible = "ti,omap2-venc";
|
D | omap36xx.dtsi | 93 &venc {
|
D | omap3-cm-t3x30.dtsi | 83 &venc {
|
D | omap3-cm-t3x.dtsi | 245 &venc {
|
D | omap3-beagle-xm.dts | 381 &venc {
|
D | omap3.dtsi | 778 venc: encoder@48050c00 { label 779 compatible = "ti,omap3-venc";
|
D | omap3-beagle.dts | 368 &venc {
|
D | omap3-gta04.dtsi | 449 &venc {
|
D | omap4.dtsi | 956 venc: encoder@58003000 { label 957 compatible = "ti,omap4-venc";
|
D | omap3-pandora-common.dtsi | 614 &venc {
|
D | omap3-n900.dts | 934 &venc {
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | board-dm355-evm.c | 307 .venc = {
|
D | board-dm365-evm.c | 530 .venc = {
|
D | board-dm644x-evm.c | 718 .venc = {
|
/linux-4.1.27/include/video/ |
D | omapdss.h | 725 } venc; member
|