/Linux-v4.19/Documentation/devicetree/bindings/display/bridge/ |
D | renesas,lvds.txt | 10 - "renesas,r8a7743-lvds" for R8A7743 (RZ/G1M) compatible LVDS encoders 11 - "renesas,r8a7790-lvds" for R8A7790 (R-Car H2) compatible LVDS encoders 12 - "renesas,r8a7791-lvds" for R8A7791 (R-Car M2-W) compatible LVDS encoders 13 - "renesas,r8a7793-lvds" for R8A7793 (R-Car M2-N) compatible LVDS encoders 14 - "renesas,r8a7795-lvds" for R8A7795 (R-Car H3) compatible LVDS encoders 15 - "renesas,r8a7796-lvds" for R8A7796 (R-Car M3-W) compatible LVDS encoders 16 - "renesas,r8a77970-lvds" for R8A77970 (R-Car V3M) compatible LVDS encoders 17 - "renesas,r8a77995-lvds" for R8A77995 (R-Car D3) compatible LVDS encoders
|
D | lvds-transmitter.txt | 4 This binding supports the parallel to LVDS encoders that don't require any
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | davinci-vpbe.rst | 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 87 - Add support for external encoders.
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpbe.c | 261 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_set_output() 351 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_dv_timings() 452 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_std() 671 vpbe_dev->encoders = kmalloc_array(num_encoders, in vpbe_initialize() 672 sizeof(*vpbe_dev->encoders), in vpbe_initialize() 674 if (!vpbe_dev->encoders) { in vpbe_initialize() 683 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize() 689 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize() 758 kfree(vpbe_dev->encoders); in vpbe_initialize() 789 kfree(vpbe_dev->encoders); in vpbe_deinitialize()
|
/Linux-v4.19/drivers/media/platform/sti/hva/ |
D | hva-debugfs.c | 292 while (hva->encoders[i]) { in hva_dbg_encoders() 293 seq_printf(s, "|- %s: %4.4s => %4.4s\n", hva->encoders[i]->name, in hva_dbg_encoders() 294 (char *)&hva->encoders[i]->pixelformat, in hva_dbg_encoders() 295 (char *)&hva->encoders[i]->streamformat); in hva_dbg_encoders() 345 hva_dbg_declare(encoders); 358 if (!hva_dbg_create_entry(encoders)) in hva_debugfs_create()
|
D | hva.h | 358 const struct hva_enc *encoders[HVA_MAX_ENCODERS]; member
|
/Linux-v4.19/drivers/gpu/drm/i2c/ |
D | Kconfig | 8 Support for Chrontel ch7006 and similar TV encoders, found 28 Support for NXP Semiconductors TDA998X HDMI encoders.
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ti/ |
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-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 1263 u32 encoders = 0; in nouveau_connector_create() local 1268 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create() 1271 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create() 1272 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create() 1277 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create() 1278 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create() 1283 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create() 1286 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create() 1289 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
|
/Linux-v4.19/Documentation/gpu/ |
D | drm-kms.rst | 66 For the output routing the first step is encoders (represented by 72 Unfortunately encoders have been exposed to userspace, hence can't remove them 75 A CRTC can be connected to multiple encoders, and for an active CRTC there must 80 Abstraction`_). Connectors can have different possible encoders, but the kernel 136 share code for encoders (sometimes on the same SoC, sometimes off-chip) one or 140 the CRTC and any encoders. Often for drivers with bridges there's no code left 143 backwards compatibility since encoders are exposed to userspace. 405 encoders and connectors. KMS drivers must thus create and initialize all 439 (:c:func:`drm_plane_cleanup()`), encoders
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_drv.h | 64 struct drm_encoder *encoders[8]; member
|
D | omap_drv.c | 236 num_crtcs > ARRAY_SIZE(priv->encoders) || in omap_modeset_init() 282 priv->encoders[priv->num_encoders++] = encoder; in omap_modeset_init()
|
/Linux-v4.19/drivers/gpu/drm/bridge/adv7511/ |
D | Kconfig | 7 Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.
|
/Linux-v4.19/include/media/davinci/ |
D | vpbe.h | 166 struct v4l2_subdev **encoders; member
|
/Linux-v4.19/Documentation/input/devices/ |
D | rotary-encoder.rst | 10 Rotary encoders are devices which are connected to the CPU or other 15 Some encoders have both outputs low in stable states, others also have
|
/Linux-v4.19/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.h | 85 struct drm_encoder *encoders[8]; member
|
/Linux-v4.19/drivers/gpu/drm/rcar-du/ |
D | Kconfig | 28 Enable support for the R-Car Display Unit embedded LVDS encoders.
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_kms.c | 267 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf() 290 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf() 310 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
|
/Linux-v4.19/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-v4.19/Documentation/media/kapi/ |
D | v4l2-clocks.rst | 9 Many subdevices, like camera sensors, TV decoders and encoders, need a clock
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_kms.c | 459 priv->encoders[priv->num_encoders++] = encoder; in _dpu_kms_initialize_dsi() 526 priv->encoders[i]->funcs->destroy(priv->encoders[i]); in _dpu_kms_drm_obj_destroy() 594 priv->encoders[i]->possible_crtcs = (1 << priv->num_crtcs) - 1; in _dpu_kms_drm_obj_init()
|
/Linux-v4.19/Documentation/sound/designs/ |
D | compress-offload.rst | 50 may also provide support for a limited number of audio encoders and 105 codecs on a capture stream will return encoders, decoders will be 128 cases decoders will ignore other fields, while encoders will strictly
|
/Linux-v4.19/drivers/gpu/drm/bridge/ |
D | Kconfig | 51 Support for transparent parallel to LVDS encoders that don't require
|
/Linux-v4.19/drivers/soc/tegra/ |
D | Kconfig | 103 used for audio processing, hardware video encoders/decoders with
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | amlogic,meson-vpu.txt | 39 The VENC is composed of the multiple pixel encoders :
|