Home
last modified time | relevance | path

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

123

/linux/Documentation/devicetree/bindings/display/bridge/
A Drenesas,lvds.yaml19 - 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 Dlvds-codec.yaml7 title: Transparent LVDS encoders and decoders
13 This binding supports transparent LVDS encoders and decoders that don't
54 For LVDS encoders, port 0 is the parallel input
75 For LVDS encoders, port 1 is the LVDS output
/linux/Documentation/admin-guide/media/
A Ddavinci-vpbe.rst18 Loads up VENC, OSD and external encoders such as ths8200. It provides
22 using sub device ops. The connection of external encoders to VENC LCD
28 for setting up the interface between VENC and external encoders based on
30 interfacing external encoders such as ths8200. The setup_if_config()
34 encoders is not present, and would be a part of the next patch series.
39 setting timings at LCD controller port when external encoders are connected
52 support for external encoders and displays forms a part of the next
A Dintro.rst17 - Media encoders and decoders.
A Di2c-cardlist.rst219 Video encoders
231 ak881x AK8813/AK8814 video encoders
232 saa7127 Philips SAA7127/9 digital video encoders
/linux/drivers/media/platform/davinci/
A 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/drivers/media/platform/sti/hva/
A 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);
342 hva_dbg_create_entry(encoders); in hva_debugfs_create()
/linux/drivers/gpu/drm/i2c/
A DKconfig9 Support for Chrontel ch7006 and similar TV encoders, found
29 Support for NXP Semiconductors TDA998X HDMI encoders.
/linux/Documentation/devicetree/bindings/display/ti/
A 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/drivers/media/test-drivers/vidtv/
A Dvidtv_channel.c116 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 Dvidtv_channel.h60 struct vidtv_encoder *encoders; member
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_connector.c1314 u32 encoders = 0; in nouveau_connector_create() local
1319 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create()
1322 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create()
1323 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create()
1328 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create()
1329 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
1334 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create()
1337 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
1340 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-encoder-cmd.rst58 started yet. Applies to both queues of mem2mem encoders.
63 mem2mem encoders.
67 encoders (as further documented in :ref:`encoder`).
A Dext-ctrls-jpeg.rst9 The JPEG class includes controls for common features of JPEG encoders
83 control is valid only for encoders.
A Dvidioc-g-parm.rst43 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/Documentation/gpu/
A 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/drivers/gpu/drm/bridge/adv7511/
A DKconfig9 Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
/linux/Documentation/input/devices/
A 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/drivers/gpu/drm/msm/disp/mdp4/
A Dmdp4_kms.c232 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
255 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
275 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
/linux/Documentation/driver-api/media/drivers/
A Ddavinci-vpbe-devel.rst31 - Add support for external encoders.
/linux/include/media/davinci/
A Dvpbe.h154 struct v4l2_subdev **encoders; member
/linux/drivers/gpu/drm/tilcdc/
A Dtilcdc_drv.h77 struct drm_encoder *encoders[8]; member
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_kms.c507 priv->encoders[priv->num_encoders++] = encoder; in _dpu_kms_initialize_dsi()
571 priv->encoders[priv->num_encoders++] = encoder; in _dpu_kms_initialize_displayport()
637 priv->encoders[i]->funcs->destroy(priv->encoders[i]); in _dpu_kms_drm_obj_destroy()
712 priv->encoders[i]->possible_crtcs = (1 << priv->num_crtcs) - 1; in _dpu_kms_drm_obj_init()
/linux/drivers/gpu/drm/rcar-du/
A DKconfig39 Enable support for the R-Car Display Unit embedded LVDS encoders.
/linux/Documentation/devicetree/bindings/media/i2c/
A Dadv7343.txt3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP

Completed in 37 milliseconds

123