/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 22 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()
|
D | dsi.h | 55 struct drm_encoder *encoders[MSM_DSI_ENCODER_NUM]; member
|
D | dsi_manager.c | 500 msm_dsi->encoders[i]); in msm_dsi_manager_connector_init()
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.davinci-vpbe | 36 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.
|
D | v4l2-framework.txt | 1136 Many subdevices, like camera sensors, TV decoders and encoders, need a clock
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | Kconfig | 8 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/ |
D | Kconfig | 19 Enable support for external HDMI encoders. 26 Enable support for the R-Car Display Unit embedded LVDS encoders
|
D | rcar_du_kms.c | 503 } 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/ |
D | vpbe.c | 267 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/ |
D | msm_drv.h | 123 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/ |
D | ti,omap-dss.txt | 19 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/ |
D | nouveau_connector.c | 1105 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/ |
D | vpbe.h | 170 struct v4l2_subdev **encoders; member
|
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.h | 84 struct drm_encoder *encoders[8]; member
|
D | tilcdc_tfp410.c | 293 priv->encoders[priv->num_encoders++] = encoder; in tfp410_modeset_init()
|
D | tilcdc_slave.c | 293 priv->encoders[priv->num_encoders++] = encoder; in slave_modeset_init()
|
D | tilcdc_panel.c | 285 priv->encoders[priv->num_encoders++] = encoder; in panel_modeset_init()
|
/linux-4.1.27/Documentation/input/ |
D | rotary-encoder.txt | 7 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/ |
D | omap_drv.c | 204 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()
|
D | omap_crtc.c | 397 if (priv->encoders[i]->crtc == crtc) { in omap_crtc_pre_apply() 398 encoder = priv->encoders[i]; in omap_crtc_pre_apply()
|
D | omap_drv.h | 99 struct drm_encoder *encoders[8]; member
|
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP
|
/linux-4.1.27/drivers/media/i2c/ |
D | Kconfig | 368 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/ |
D | mdp4_kms.c | 320 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/ |
D | compress_offload.txt | 45 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/ |
D | Kconfig | 196 devices such as tuners, sensors, video encoders/decoders and
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_kms.c | 202 priv->encoders[priv->num_encoders++] = encoder; in construct_encoder()
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | Kconfig | 198 DA850/OMAP-L138 EVM. The Video decoders/encoders are found on the
|
/linux-4.1.27/drivers/input/misc/ |
D | Kconfig | 571 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/ |
D | avermedia.txt | 50 for PCs have onboard MPEG2 encoders which permit the raw
|