Home
last modified time | relevance | path

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

/drivers/media/platform/davinci/
Dvpbe.c261 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()
670 vpbe_dev->encoders = kmalloc_array(num_encoders, in vpbe_initialize()
671 sizeof(*vpbe_dev->encoders), in vpbe_initialize()
673 if (!vpbe_dev->encoders) { in vpbe_initialize()
682 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize()
688 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize()
760 kfree(vpbe_dev->encoders); in vpbe_initialize()
790 kfree(vpbe_dev->encoders); in vpbe_deinitialize()
/drivers/media/platform/sti/hva/
Dhva-debugfs.c292 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()
Dhva.h358 const struct hva_enc *encoders[HVA_MAX_ENCODERS]; member
Dhva-v4l2.c128 enc = hva->encoders[i]; in hva_find_encoder()
158 register_format(hva->encoders[i]->pixelformat, in register_formats()
162 register_format(hva->encoders[i]->streamformat, in register_formats()
182 hva->encoders[hva->nb_of_encoders++] = hva_encoders[i]; in register_encoders()
/drivers/gpu/drm/i2c/
DKconfig8 Support for Chrontel ch7006 and similar TV encoders, found
27 Support for NXP Semiconductors TDA998X HDMI encoders.
/drivers/gpu/drm/nouveau/
Dnouveau_connector.c1292 u32 encoders = 0; in nouveau_connector_create() local
1297 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create()
1300 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create()
1301 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create()
1306 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create()
1307 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
1312 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create()
1315 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
1318 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
/drivers/gpu/drm/bridge/adv7511/
DKconfig7 Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.
/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.c265 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
288 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
308 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
/drivers/gpu/drm/rcar-du/
DKconfig26 Enable support for the R-Car Display Unit embedded LVDS encoders.
/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.h87 struct drm_encoder *encoders[8]; member
Dtilcdc_tfp410.c277 priv->encoders[priv->num_encoders++] = encoder; in tfp410_modeset_init()
Dtilcdc_panel.c260 priv->encoders[priv->num_encoders++] = encoder; in panel_modeset_init()
/drivers/gpu/drm/omapdrm/
Domap_drv.c246 num_crtcs > ARRAY_SIZE(priv->encoders) || in omap_modeset_init()
292 priv->encoders[priv->num_encoders++] = encoder; in omap_modeset_init()
Domap_drv.h61 struct drm_encoder *encoders[8]; member
Domap_crtc.c435 struct drm_encoder *encoder = priv->encoders[i]; in omap_crtc_mode_set_nofb()
/drivers/gpu/drm/bridge/
DKconfig41 Support for transparent parallel to LVDS encoders that don't require
/drivers/soc/tegra/
DKconfig103 used for audio processing, hardware video encoders/decoders with
/drivers/media/i2c/
DKconfig440 comment "Video encoders"
443 tristate "Philips SAA7127/9 digital video encoders"
446 Support for the Philips SAA7127/9 digital video encoders.
528 tristate "AK8813/AK8814 video encoders"
531 Video output driver for AKM AK8813 and AK8814 TV encoders
/drivers/gpu/drm/msm/
Dmsm_drv.h131 struct drm_encoder *encoders[8]; member
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.c293 priv->encoders[priv->num_encoders++] = encoder; in construct_encoder()
480 struct drm_encoder *encoder = priv->encoders[i]; in modeset_init()
/drivers/media/
DKconfig202 devices such as tuners, sensors, video encoders/decoders and
/drivers/input/misc/
DKconfig613 tristate "Rotary encoders connected to GPIO pins"
616 Say Y here to add support for rotary encoders connected to GPIO lines.