Home
last modified time | relevance | path

Searched refs:encoders (Results 1 – 20 of 20) sorted by relevance

/drivers/gpu/drm/msm/dsi/
Ddsi.c22 msm_dsi->encoders[MSM_DSI_VIDEO_ENCODER_ID] : in msm_dsi_get_encoder()
23 msm_dsi->encoders[MSM_DSI_CMD_ENCODER_ID]; in msm_dsi_get_encoder()
190 struct drm_encoder *encoders[MSM_DSI_ENCODER_NUM]) in msm_dsi_modeset_init()
196 if (WARN_ON(!encoders[MSM_DSI_VIDEO_ENCODER_ID] || in msm_dsi_modeset_init()
197 !encoders[MSM_DSI_CMD_ENCODER_ID])) in msm_dsi_modeset_init()
217 encoders[i]->bridge = msm_dsi->bridge; in msm_dsi_modeset_init()
218 msm_dsi->encoders[i] = encoders[i]; in msm_dsi_modeset_init()
Ddsi.h77 struct drm_encoder *encoders[MSM_DSI_ENCODER_NUM]; member
Ddsi_manager.c579 msm_dsi->encoders[i]); in msm_dsi_manager_connector_init()
642 encoder = msm_dsi->encoders[MSM_DSI_VIDEO_ENCODER_ID]; in msm_dsi_manager_ext_bridge_init()
/drivers/gpu/drm/i2c/
DKconfig8 Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.
14 Support for Chrontel ch7006 and similar TV encoders, found
32 Support for NXP Semiconductors TDA998X HDMI encoders.
/drivers/media/platform/davinci/
Dvpbe.c267 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_set_output()
357 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_dv_timings()
458 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_std()
679 vpbe_dev->encoders = kmalloc( in vpbe_initialize()
682 if (NULL == vpbe_dev->encoders) { in vpbe_initialize()
693 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize()
699 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize()
774 kfree(vpbe_dev->encoders); in vpbe_initialize()
804 kfree(vpbe_dev->encoders); in vpbe_deinitialize()
/drivers/gpu/drm/rcar-du/
DKconfig19 Enable support for external HDMI encoders.
26 Enable support for the R-Car Display Unit embedded LVDS encoders
Drcar_du_kms.c560 } encoders[] = { in rcar_du_encoders_init_one() local
620 for (i = 0; i < ARRAY_SIZE(encoders); ++i) { in rcar_du_encoders_init_one()
622 encoders[i].compatible)) { in rcar_du_encoders_init_one()
623 enc_type = encoders[i].type; in rcar_du_encoders_init_one()
628 if (i == ARRAY_SIZE(encoders)) { in rcar_du_encoders_init_one()
/drivers/gpu/drm/nouveau/
Dnouveau_connector.c1117 u32 encoders = 0; in nouveau_connector_create() local
1122 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create()
1125 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create()
1126 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create()
1131 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create()
1132 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
1137 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create()
1140 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
1143 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
/drivers/gpu/drm/msm/
Dmsm_drv.h137 struct drm_encoder *encoders[8]; member
272 struct drm_encoder *encoders[MSM_DSI_ENCODER_NUM]);
282 struct drm_encoder *encoders[MSM_DSI_ENCODER_NUM]) in msm_dsi_modeset_init()
/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.h84 struct drm_encoder *encoders[8]; member
Dtilcdc_external.c62 priv->encoders[priv->num_encoders++] = connector->encoder; in tilcdc_add_external_encoder()
Dtilcdc_tfp410.c293 priv->encoders[priv->num_encoders++] = encoder; in tfp410_modeset_init()
Dtilcdc_panel.c289 priv->encoders[priv->num_encoders++] = encoder; in panel_modeset_init()
/drivers/gpu/drm/omapdrm/
Domap_drv.c377 BUG_ON(priv->num_encoders >= ARRAY_SIZE(priv->encoders)); in omap_modeset_init()
380 priv->encoders[priv->num_encoders++] = encoder; in omap_modeset_init()
462 struct drm_encoder *encoder = priv->encoders[i]; in omap_modeset_init()
Domap_drv.h85 struct drm_encoder *encoders[8]; member
/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.c344 priv->encoders[priv->num_encoders++] = encoder; in modeset_init()
384 priv->encoders[priv->num_encoders++] = encoder; in modeset_init()
/drivers/media/i2c/
DKconfig380 comment "Video encoders"
383 tristate "Philips SAA7127/9 digital video encoders"
386 Support for the Philips SAA7127/9 digital video encoders.
460 tristate "AK8813/AK8814 video encoders"
463 Video output driver for AKM AK8813 and AK8814 TV encoders
/drivers/media/
DKconfig196 devices such as tuners, sensors, video encoders/decoders and
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.c224 priv->encoders[priv->num_encoders++] = encoder; in construct_encoder()
/drivers/input/misc/
DKconfig575 tristate "Rotary encoders connected to GPIO pins"
578 Say Y here to add support for rotary encoders connected to GPIO lines.