Home
last modified time | relevance | path

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

/linux-4.1.27/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()
155 struct drm_encoder *encoders[MSM_DSI_ENCODER_NUM]) in msm_dsi_modeset_init()
160 if (WARN_ON(!encoders[MSM_DSI_VIDEO_ENCODER_ID] || in msm_dsi_modeset_init()
161 !encoders[MSM_DSI_CMD_ENCODER_ID])) in msm_dsi_modeset_init()
181 encoders[i]->bridge = msm_dsi->bridge; in msm_dsi_modeset_init()
182 msm_dsi->encoders[i] = encoders[i]; in msm_dsi_modeset_init()
Ddsi.h55 struct drm_encoder *encoders[MSM_DSI_ENCODER_NUM]; member
Ddsi_manager.c500 msm_dsi->encoders[i]); in msm_dsi_manager_connector_init()
/linux-4.1.27/Documentation/video4linux/
DREADME.davinci-vpbe36 Loads up VENC, OSD and external encoders such as ths8200. It provides
40 using sub device ops. The connection of external encoders to VENC LCD
46 for setting up the interface between VENC and external encoders based on
48 interfacing external encoders such as ths8200. The setup_if_config()
52 encoders is not present, and would be a part of the next patch series.
56 setting timings at LCD controller port when external encoders are connected
69 support for external encoders and displays forms a part of the next
85 - Add support for external encoders.
Dv4l2-framework.txt1136 Many subdevices, like camera sensors, TV decoders and encoders, need a clock
/linux-4.1.27/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.
/linux-4.1.27/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.c503 } encoders[] = { in rcar_du_encoders_init_one() local
563 for (i = 0; i < ARRAY_SIZE(encoders); ++i) { in rcar_du_encoders_init_one()
565 encoders[i].compatible)) { in rcar_du_encoders_init_one()
566 enc_type = encoders[i].type; in rcar_du_encoders_init_one()
571 if (i == ARRAY_SIZE(encoders)) { in rcar_du_encoders_init_one()
/linux-4.1.27/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()
771 kfree(vpbe_dev->encoders); in vpbe_initialize()
801 kfree(vpbe_dev->encoders); in vpbe_deinitialize()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_drv.h123 struct drm_encoder *encoders[8]; member
252 struct drm_encoder *encoders[MSM_DSI_ENCODER_NUM]);
262 struct drm_encoder *encoders[MSM_DSI_ENCODER_NUM]) in msm_dsi_modeset_init()
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,omap-dss.txt19 a RGB pixel stream to encoders.
27 The DSS Core and the encoders have video port outputs. The structure of the
33 panels or external encoders.
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_connector.c1105 u32 encoders = 0; in nouveau_connector_create() local
1110 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create()
1113 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create()
1114 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create()
1119 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create()
1120 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
1125 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create()
1128 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
1131 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
/linux-4.1.27/include/media/davinci/
Dvpbe.h170 struct v4l2_subdev **encoders; member
/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.h84 struct drm_encoder *encoders[8]; member
Dtilcdc_tfp410.c293 priv->encoders[priv->num_encoders++] = encoder; in tfp410_modeset_init()
Dtilcdc_slave.c293 priv->encoders[priv->num_encoders++] = encoder; in slave_modeset_init()
Dtilcdc_panel.c285 priv->encoders[priv->num_encoders++] = encoder; in panel_modeset_init()
/linux-4.1.27/Documentation/input/
Drotary-encoder.txt7 Rotary encoders are devices which are connected to the CPU or other
12 Some encoders have both outputs low in stable states, whereas others also have
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_drv.c204 BUG_ON(priv->num_encoders >= ARRAY_SIZE(priv->encoders)); in omap_modeset_init()
207 priv->encoders[priv->num_encoders++] = encoder; in omap_modeset_init()
289 struct drm_encoder *encoder = priv->encoders[i]; in omap_modeset_init()
Domap_crtc.c397 if (priv->encoders[i]->crtc == crtc) { in omap_crtc_pre_apply()
398 encoder = priv->encoders[i]; in omap_crtc_pre_apply()
Domap_drv.h99 struct drm_encoder *encoders[8]; member
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP
/linux-4.1.27/drivers/media/i2c/
DKconfig368 comment "Video encoders"
371 tristate "Philips SAA7127/9 digital video encoders"
374 Support for the Philips SAA7127/9 digital video encoders.
447 tristate "AK8813/AK8814 video encoders"
450 Video output driver for AKM AK8813 and AK8814 TV encoders
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.c320 priv->encoders[priv->num_encoders++] = encoder; in modeset_init()
360 priv->encoders[priv->num_encoders++] = encoder; in modeset_init()
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt45 may also provide support for a limited number of audio encoders and
100 codecs on a capture stream will return encoders, decoders will be
122 cases decoders will ignore other fields, while encoders will strictly
/linux-4.1.27/drivers/media/
DKconfig196 devices such as tuners, sensors, video encoders/decoders and
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.c202 priv->encoders[priv->num_encoders++] = encoder; in construct_encoder()
/linux-4.1.27/arch/arm/mach-davinci/
DKconfig198 DA850/OMAP-L138 EVM. The Video decoders/encoders are found on the
/linux-4.1.27/drivers/input/misc/
DKconfig571 tristate "Rotary encoders connected to GPIO pins"
574 Say Y here to add support for rotary encoders connected to GPIO lines.
/linux-4.1.27/Documentation/dvb/
Davermedia.txt50 for PCs have onboard MPEG2 encoders which permit the raw