Home
last modified time | relevance | path

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

/drivers/media/platform/davinci/
Dvpbe.c267 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_set_output()
357 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_dv_timings()
451 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_std()
666 vpbe_dev->encoders = kmalloc( in vpbe_initialize()
669 if (NULL == vpbe_dev->encoders) { in vpbe_initialize()
680 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize()
686 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize()
758 kfree(vpbe_dev->encoders); in vpbe_initialize()
788 kfree(vpbe_dev->encoders); in vpbe_deinitialize()
/drivers/gpu/drm/i2c/
DKconfig8 Support for Chrontel ch7006 and similar TV encoders, found
26 Support for NXP Semiconductors TDA998X HDMI encoders.
/drivers/gpu/drm/nouveau/
Dnouveau_connector.c1027 u32 encoders = 0; in nouveau_connector_create() local
1032 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create()
1035 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create()
1036 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create()
1041 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create()
1042 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create()
1047 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create()
1050 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create()
1053 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
/drivers/gpu/drm/omapdrm/
Domap_drv.c151 BUG_ON(priv->num_encoders >= ARRAY_SIZE(priv->encoders)); in omap_modeset_init()
154 priv->encoders[priv->num_encoders++] = encoder; in omap_modeset_init()
247 struct drm_encoder *encoder = priv->encoders[i]; in omap_modeset_init()
Domap_crtc.c558 if (priv->encoders[i]->crtc == crtc) { in omap_crtc_pre_apply()
559 encoder = priv->encoders[i]; in omap_crtc_pre_apply()
Domap_drv.h98 struct drm_encoder *encoders[8]; member
/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.h62 struct drm_encoder *encoders[8]; member
Dtilcdc_slave.c268 priv->encoders[priv->num_encoders++] = encoder; in slave_modeset_init()
Dtilcdc_tfp410.c293 priv->encoders[priv->num_encoders++] = encoder; in tfp410_modeset_init()
Dtilcdc_panel.c278 priv->encoders[priv->num_encoders++] = encoder; in panel_modeset_init()
/drivers/media/i2c/
DKconfig355 comment "Video encoders"
358 tristate "Philips SAA7127/9 digital video encoders"
361 Support for the Philips SAA7127/9 digital video encoders.
423 tristate "AK8813/AK8814 video encoders"
426 Video output driver for AKM AK8813 and AK8814 TV encoders
/drivers/media/
DKconfig178 devices such as tuners, sensors, video encoders/decoders and
/drivers/input/misc/
DKconfig490 tristate "Rotary encoders connected to GPIO pins"
493 Say Y here to add support for rotary encoders connected to GPIO lines.