Home
last modified time | relevance | path

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

1234

/Linux-v5.15/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.c366 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_prepare()
417 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_commit()
505 static const struct drm_encoder_helper_funcs nv04_dac_helper_funcs = {
514 static const struct drm_encoder_helper_funcs nv17_dac_helper_funcs = {
530 const struct drm_encoder_helper_funcs *helper; in nv04_dac_create()
Ddfp.c248 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_prepare()
450 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_commit()
656 static const struct drm_encoder_helper_funcs nv04_lvds_helper_funcs = {
665 static const struct drm_encoder_helper_funcs nv04_tmds_helper_funcs = {
681 const struct drm_encoder_helper_funcs *helper; in nv04_dfp_create()
/Linux-v5.15/include/drm/
Ddrm_modeset_helper_vtables.h509 struct drm_encoder_helper_funcs { struct
847 const struct drm_encoder_helper_funcs *funcs) in drm_encoder_helper_add() argument
Ddrm_writeback.h152 const struct drm_encoder_helper_funcs *enc_helper_funcs,
Ddrm_encoder.h186 const struct drm_encoder_helper_funcs *helper_private;
/Linux-v5.15/scripts/
Dconst_structs.checkpatch14 drm_encoder_helper_funcs
/Linux-v5.15/drivers/gpu/drm/rockchip/
Drockchip_lvds.c51 const struct drm_encoder_helper_funcs *helper_funcs;
426 struct drm_encoder_helper_funcs rk3288_lvds_encoder_helper_funcs = {
433 struct drm_encoder_helper_funcs px30_lvds_encoder_helper_funcs = {
665 const struct drm_encoder_helper_funcs *encoder_funcs; in rockchip_lvds_unbind()
Drockchip_rgb.c68 struct drm_encoder_helper_funcs rockchip_rgb_encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/tidss/
Dtidss_encoder.c64 static const struct drm_encoder_helper_funcs encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/
Ddrm_crtc_helper.c160 const struct drm_encoder_helper_funcs *encoder_funcs = encoder->helper_private; in drm_encoder_disable()
237 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()
819 const struct drm_encoder_helper_funcs *encoder_funcs; in drm_helper_encoder_dpms()
/Linux-v5.15/drivers/gpu/drm/gma500/
Dcdv_intel_hdmi.c196 const struct drm_encoder_helper_funcs *helpers in cdv_hdmi_set_property()
253 static const struct drm_encoder_helper_funcs cdv_hdmi_helper_funcs = {
Dcdv_intel_lvds.c391 const struct drm_encoder_helper_funcs *helpers = in cdv_intel_lvds_set_property()
398 static const struct drm_encoder_helper_funcs
/Linux-v5.15/drivers/gpu/drm/omapdrm/
Domap_encoder.c116 static const struct drm_encoder_helper_funcs omap_encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_vdac.c83 static const struct drm_encoder_helper_funcs hibmc_encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/sun4i/
Dsun4i_lvds.c92 static const struct drm_encoder_helper_funcs sun4i_lvds_enc_helper_funcs = {
Dsun4i_rgb.c183 static const struct drm_encoder_helper_funcs sun4i_rgb_enc_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/vkms/
Dvkms_writeback.c53 static const struct drm_encoder_helper_funcs vkms_wb_encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/sti/
Dsti_tvout.c649 static const struct drm_encoder_helper_funcs sti_dvo_encoder_helper_funcs = {
702 static const struct drm_encoder_helper_funcs sti_hda_encoder_helper_funcs = {
750 static const struct drm_encoder_helper_funcs sti_hdmi_encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/arm/display/komeda/
Dkomeda_wb_connector.c78 static const struct drm_encoder_helper_funcs komeda_wb_encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/exynos/
Dexynos_drm_dpi.c142 static const struct drm_encoder_helper_funcs exynos_dpi_encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c133 static const struct drm_encoder_helper_funcs dw_hdmi_imx_encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_dsi_encoder.c140 static const struct drm_encoder_helper_funcs mdp4_dsi_encoder_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c47 const struct drm_encoder_helper_funcs *encoder_funcs; in radeon_legacy_encoder_disable()
271 static const struct drm_encoder_helper_funcs radeon_legacy_lvds_helper_funcs = {
717 static const struct drm_encoder_helper_funcs radeon_legacy_primary_dac_helper_funcs = {
882 static const struct drm_encoder_helper_funcs radeon_legacy_tmds_int_helper_funcs = {
1025 static const struct drm_encoder_helper_funcs radeon_legacy_tmds_ext_helper_funcs = {
1683 static const struct drm_encoder_helper_funcs radeon_legacy_tv_dac_helper_funcs = {
/Linux-v5.15/drivers/gpu/drm/rcar-du/
Drcar_du_writeback.c175 static const struct drm_encoder_helper_funcs rcar_du_wb_enc_helper_funcs = {

1234