Home
last modified time | relevance | path

Searched refs:drm_encoder_helper_funcs (Results 1 – 25 of 102) sorted by relevance

12345

/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv04.c128 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_prepare()
170 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_commit()
192 static const struct drm_encoder_helper_funcs nv04_tv_helper_funcs = {
Ddac.c365 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_prepare()
416 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_commit()
504 static const struct drm_encoder_helper_funcs nv04_dac_helper_funcs = {
513 static const struct drm_encoder_helper_funcs nv17_dac_helper_funcs = {
529 const struct drm_encoder_helper_funcs *helper; in nv04_dac_create()
Ddfp.c247 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_prepare()
449 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_commit()
654 static const struct drm_encoder_helper_funcs nv04_lvds_helper_funcs = {
663 static const struct drm_encoder_helper_funcs nv04_tmds_helper_funcs = {
679 const struct drm_encoder_helper_funcs *helper; in nv04_dfp_create()
/Linux-v5.4/include/drm/
Ddrm_modeset_helper_vtables.h472 struct drm_encoder_helper_funcs { struct
826 const struct drm_encoder_helper_funcs *funcs) in drm_encoder_helper_add() argument
Ddrm_writeback.h143 const struct drm_encoder_helper_funcs *enc_helper_funcs,
Ddrm_encoder.h177 const struct drm_encoder_helper_funcs *helper_private;
/Linux-v5.4/scripts/
Dconst_structs.checkpatch14 drm_encoder_helper_funcs
/Linux-v5.4/drivers/gpu/drm/udl/
Dudl_encoder.c45 static const struct drm_encoder_helper_funcs udl_helper_funcs = {
/Linux-v5.4/drivers/gpu/drm/gma500/
Dmdfld_output.h55 const struct drm_encoder_helper_funcs *encoder_helper_funcs;
Dmdfld_tpo_vid.c70 static const struct drm_encoder_helper_funcs
Dcdv_intel_hdmi.c199 const struct drm_encoder_helper_funcs *helpers in cdv_hdmi_set_property()
256 static const struct drm_encoder_helper_funcs cdv_hdmi_helper_funcs = {
Dmdfld_tmd_vid.c182 static const struct drm_encoder_helper_funcs
/Linux-v5.4/drivers/gpu/drm/
Ddrm_crtc_helper.c157 const struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private; in drm_encoder_disable()
233 const struct drm_encoder_helper_funcs *encoder_funcs; in drm_crtc_prepare_encoders()
279 const struct drm_encoder_helper_funcs *encoder_funcs; in drm_crtc_helper_set_mode()
799 const struct drm_encoder_helper_funcs *encoder_funcs; in drm_helper_encoder_dpms()
/Linux-v5.4/drivers/gpu/drm/rcar-du/
Drcar_du_encoder.c25 static const struct drm_encoder_helper_funcs encoder_helper_funcs = {
Drcar_du_writeback.c175 static const struct drm_encoder_helper_funcs rcar_du_wb_enc_helper_funcs = {
/Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_vdac.c88 static const struct drm_encoder_helper_funcs hibmc_encoder_helper_funcs = {
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun4i_lvds.c93 static const struct drm_encoder_helper_funcs sun4i_lvds_enc_helper_funcs = {
Dsun4i_rgb.c184 static struct drm_encoder_helper_funcs sun4i_rgb_enc_helper_funcs = {
/Linux-v5.4/drivers/gpu/drm/rockchip/
Drockchip_rgb.c65 struct drm_encoder_helper_funcs rockchip_rgb_encoder_helper_funcs = {
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_tvout.c652 static const struct drm_encoder_helper_funcs sti_dvo_encoder_helper_funcs = {
705 static const struct drm_encoder_helper_funcs sti_hda_encoder_helper_funcs = {
753 static const struct drm_encoder_helper_funcs sti_hdmi_encoder_helper_funcs = {
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.h394 extern const struct drm_encoder_helper_funcs amdgpu_dm_encoder_helper_funcs;
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_dsi_encoder.c140 static const struct drm_encoder_helper_funcs mdp4_dsi_encoder_helper_funcs = {
/Linux-v5.4/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c140 static const struct drm_encoder_helper_funcs dw_hdmi_imx_encoder_helper_funcs = {
/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/
Dkomeda_wb_connector.c78 static const struct drm_encoder_helper_funcs komeda_wb_encoder_helper_funcs = {
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c46 const struct drm_encoder_helper_funcs *encoder_funcs; in radeon_legacy_encoder_disable()
270 static const struct drm_encoder_helper_funcs radeon_legacy_lvds_helper_funcs = {
716 static const struct drm_encoder_helper_funcs radeon_legacy_primary_dac_helper_funcs = {
881 static const struct drm_encoder_helper_funcs radeon_legacy_tmds_int_helper_funcs = {
1024 static const struct drm_encoder_helper_funcs radeon_legacy_tmds_ext_helper_funcs = {
1682 static const struct drm_encoder_helper_funcs radeon_legacy_tv_dac_helper_funcs = {

12345