/linux-6.3-rc2/Documentation/devicetree/bindings/display/bridge/ |
A D | renesas,lvds.yaml | 19 - renesas,r8a7742-lvds # for RZ/G1H compatible LVDS encoders 20 - renesas,r8a7743-lvds # for RZ/G1M compatible LVDS encoders 21 - renesas,r8a7744-lvds # for RZ/G1N compatible LVDS encoders 22 - renesas,r8a774a1-lvds # for RZ/G2M compatible LVDS encoders 23 - renesas,r8a774b1-lvds # for RZ/G2N compatible LVDS encoders 24 - renesas,r8a774c0-lvds # for RZ/G2E compatible LVDS encoders 25 - renesas,r8a774e1-lvds # for RZ/G2H compatible LVDS encoders 26 - renesas,r8a7790-lvds # for R-Car H2 compatible LVDS encoders 27 - renesas,r8a7791-lvds # for R-Car M2-W compatible LVDS encoders 28 - renesas,r8a7793-lvds # for R-Car M2-N compatible LVDS encoders [all …]
|
A D | lvds-codec.yaml | 7 title: Transparent LVDS encoders and decoders 13 This binding supports transparent LVDS encoders and decoders that don't 56 For LVDS encoders, port 0 is the parallel input 77 For LVDS encoders, port 1 is the LVDS output
|
/linux-6.3-rc2/drivers/media/platform/st/sti/hva/ |
A D | hva-debugfs.c | 292 while (hva->encoders[i]) { in encoders_show() 293 seq_printf(s, "|- %s: %4.4s => %4.4s\n", hva->encoders[i]->name, in encoders_show() 294 (char *)&hva->encoders[i]->pixelformat, in encoders_show() 295 (char *)&hva->encoders[i]->streamformat); in encoders_show() 333 DEFINE_SHOW_ATTRIBUTE(encoders); 342 hva_dbg_create_entry(encoders); in hva_debugfs_create()
|
/linux-6.3-rc2/drivers/gpu/drm/rcar-du/ |
A D | Kconfig | 39 Enable support for the R-Car Display Unit embedded LVDS encoders. 55 Enable support for the R-Car Display Unit embedded MIPI DSI encoders. 69 Enable support for the RZ/G2L Display Unit embedded MIPI DSI encoders.
|
/linux-6.3-rc2/drivers/gpu/drm/i2c/ |
A D | Kconfig | 9 Support for Chrontel ch7006 and similar TV encoders, found 29 Support for NXP Semiconductors TDA998X HDMI encoders.
|
/linux-6.3-rc2/drivers/gpu/drm/meson/ |
A D | meson_encoder_cvbs.c | 285 priv->encoders[MESON_ENC_CVBS] = meson_encoder_cvbs; in meson_encoder_cvbs_init() 294 if (priv->encoders[MESON_ENC_CVBS]) { in meson_encoder_cvbs_remove() 295 meson_encoder_cvbs = priv->encoders[MESON_ENC_CVBS]; in meson_encoder_cvbs_remove()
|
A D | meson_encoder_hdmi.c | 455 priv->encoders[MESON_ENC_HDMI] = meson_encoder_hdmi; in meson_encoder_hdmi_init() 470 if (priv->encoders[MESON_ENC_HDMI]) { in meson_encoder_hdmi_remove() 471 meson_encoder_hdmi = priv->encoders[MESON_ENC_HDMI]; in meson_encoder_hdmi_remove()
|
A D | meson_drv.h | 60 void *encoders[MESON_ENC_LAST]; member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/ti/ |
A 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-6.3-rc2/drivers/media/test-drivers/vidtv/ |
A D | vidtv_channel.c | 116 s302m->encoders = vidtv_s302m_encoder_init(encoder_args); in vidtv_channel_s302m_init() 117 if (!s302m->encoders) in vidtv_channel_s302m_init() 143 vidtv_s302m_encoder_destroy(s302m->encoders); in vidtv_channel_s302m_init() 539 vidtv_channel_encoder_destroy(curr->encoders); in vidtv_channels_destroy()
|
A D | vidtv_channel.h | 60 struct vidtv_encoder *encoders; member
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_connector.c | 1330 u32 encoders = 0; in nouveau_connector_create() local 1335 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create() 1338 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create() 1339 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create() 1344 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create() 1345 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create() 1350 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create() 1353 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create() 1356 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-encoder-cmd.rst | 58 started yet. Applies to both queues of mem2mem encoders. 63 mem2mem encoders. 67 encoders (as further documented in :ref:`encoder`).
|
A D | ext-ctrls-jpeg.rst | 9 The JPEG class includes controls for common features of JPEG encoders 83 control is valid only for encoders.
|
A D | vidioc-g-parm.rst | 43 For stateful encoders (see :ref:`encoder`) this represents the 116 For stateful encoders (see :ref:`encoder`) this represents the 174 For stateful encoders (see :ref:`encoder`) this represents the
|
/linux-6.3-rc2/drivers/gpu/drm/vc4/tests/ |
A D | vc4_test_pv_muxing.c | 174 enum vc4_encoder_type *encoders; member 188 .encoders = (enum vc4_encoder_type[]) { __VA_ARGS__ }, \ 686 enum vc4_encoder_type enc_type = params->encoders[i]; in drm_vc4_test_pv_muxing() 699 enum vc4_encoder_type enc_type = params->encoders[i]; in drm_vc4_test_pv_muxing() 715 enum vc4_encoder_type enc_type = params->encoders[i]; in drm_vc4_test_pv_muxing_invalid()
|
/linux-6.3-rc2/drivers/gpu/drm/bridge/adv7511/ |
A D | Kconfig | 9 Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
|
/linux-6.3-rc2/Documentation/admin-guide/media/ |
A D | intro.rst | 17 - Media encoders and decoders.
|
A D | i2c-cardlist.rst | 219 Video encoders 231 ak881x AK8813/AK8814 video encoders 232 saa7127 Philips SAA7127/9 digital video encoders
|
/linux-6.3-rc2/Documentation/gpu/ |
A 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.
|
/linux-6.3-rc2/drivers/gpu/drm/tilcdc/ |
A D | tilcdc_drv.h | 77 struct drm_encoder *encoders[8]; member
|
/linux-6.3-rc2/Documentation/input/devices/ |
A 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-6.3-rc2/Documentation/devicetree/bindings/media/ |
A D | rockchip,rk3568-vepu.yaml | 8 title: Hantro G1 VPU encoders implemented on Rockchip SoCs
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/mediatek/ |
A D | mediatek,split.yaml | 15 encoders.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/ |
A D | adv7343.txt | 3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP
|