Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/devicetree/bindings/display/bridge/
Drenesas,lvds.txt10 - "renesas,r8a7743-lvds" for R8A7743 (RZ/G1M) compatible LVDS encoders
11 - "renesas,r8a7744-lvds" for R8A7744 (RZ/G1N) compatible LVDS encoders
12 - "renesas,r8a774a1-lvds" for R8A774A1 (RZ/G2M) compatible LVDS encoders
13 - "renesas,r8a774c0-lvds" for R8A774C0 (RZ/G2E) compatible LVDS encoders
14 - "renesas,r8a7790-lvds" for R8A7790 (R-Car H2) compatible LVDS encoders
15 - "renesas,r8a7791-lvds" for R8A7791 (R-Car M2-W) compatible LVDS encoders
16 - "renesas,r8a7793-lvds" for R8A7793 (R-Car M2-N) compatible LVDS encoders
17 - "renesas,r8a7795-lvds" for R8A7795 (R-Car H3) compatible LVDS encoders
18 - "renesas,r8a7796-lvds" for R8A7796 (R-Car M3-W) compatible LVDS encoders
19 - "renesas,r8a77965-lvds" for R8A77965 (R-Car M3-N) compatible LVDS encoders
[all …]
Dlvds-transmitter.txt4 This binding supports the parallel to LVDS encoders that don't require any
/Linux-v5.4/Documentation/media/v4l-drivers/
Ddavinci-vpbe.rst38 Loads up VENC, OSD and external encoders such as ths8200. It provides
42 using sub device ops. The connection of external encoders to VENC LCD
48 for setting up the interface between VENC and external encoders based on
50 interfacing external encoders such as ths8200. The setup_if_config()
54 encoders is not present, and would be a part of the next patch series.
58 setting timings at LCD controller port when external encoders are connected
71 support for external encoders and displays forms a part of the next
89 - Add support for external encoders.
/Linux-v5.4/drivers/media/platform/sti/hva/
Dhva-debugfs.c292 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);
346 if (!hva_dbg_create_entry(encoders)) in hva_debugfs_create()
Dhva.h358 const struct hva_enc *encoders[HVA_MAX_ENCODERS]; member
/Linux-v5.4/drivers/media/platform/davinci/
Dvpbe.c231 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_set_output()
321 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_dv_timings()
422 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_std()
641 vpbe_dev->encoders = kmalloc_array(num_encoders, in vpbe_initialize()
642 sizeof(*vpbe_dev->encoders), in vpbe_initialize()
644 if (!vpbe_dev->encoders) { in vpbe_initialize()
653 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize()
659 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize()
731 kfree(vpbe_dev->encoders); in vpbe_initialize()
762 kfree(vpbe_dev->encoders); in vpbe_deinitialize()
/Linux-v5.4/drivers/gpu/drm/i2c/
DKconfig9 Support for Chrontel ch7006 and similar TV encoders, found
29 Support for NXP Semiconductors TDA998X HDMI encoders.
/Linux-v5.4/Documentation/devicetree/bindings/display/ti/
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-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_connector.c1307 u32 encoders = 0; in nouveau_connector_create() local
1312 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create()
1315 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create()
1316 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create()
1321 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create()
1322 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
1327 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create()
1330 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
1333 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
/Linux-v5.4/Documentation/gpu/
Ddrm-kms.rst66 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-v5.4/drivers/gpu/drm/rcar-du/
Drcar_du_drv.h85 struct rcar_du_encoder *encoders[RCAR_DU_OUTPUT_MAX]; member
Drcar_du_encoder.c65 rcdu->encoders[output] = renc; in rcar_du_encoder_init()
DKconfig30 Enable support for the R-Car Display Unit embedded LVDS encoders.
/Linux-v5.4/drivers/gpu/drm/bridge/adv7511/
DKconfig8 Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.
/Linux-v5.4/include/media/davinci/
Dvpbe.h154 struct v4l2_subdev **encoders; member
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-jpeg.rst16 The JPEG class includes controls for common features of JPEG encoders
91 control is valid only for encoders.
/Linux-v5.4/Documentation/input/devices/
Drotary-encoder.rst10 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-v5.4/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.h73 struct drm_encoder *encoders[8]; member
Dtilcdc_tfp410.c257 priv->encoders[priv->num_encoders++] = encoder; in tfp410_modeset_init()
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_kms.c275 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
298 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
318 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
/Linux-v5.4/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP
/Linux-v5.4/Documentation/media/kapi/
Dv4l2-clocks.rst11 Many subdevices, like camera sensors, TV decoders and encoders, need a clock
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_kms.c425 priv->encoders[priv->num_encoders++] = encoder; in _dpu_kms_initialize_dsi()
492 priv->encoders[i]->funcs->destroy(priv->encoders[i]); in _dpu_kms_drm_obj_destroy()
568 priv->encoders[i]->possible_crtcs = (1 << priv->num_crtcs) - 1; in _dpu_kms_drm_obj_init()
/Linux-v5.4/Documentation/sound/designs/
Dcompress-offload.rst50 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-v5.4/drivers/soc/tegra/
DKconfig105 used for audio processing, hardware video encoders/decoders with

12