Home
last modified time | relevance | path

Searched refs:allm_en (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c125 bool allm_en; member
451 hdmi->link_cfg.allm_en = hdmi->allm_en; in hdmi_select_link_config()
989 bool allm_en = false; in dw_hdmi_qp_selete_output() local
1012 allm_en = base2_parameter->reserved[0] & BIT(0); in dw_hdmi_qp_selete_output()
1013 if (allm_en && (hdmi_info->add_func & SUPPORT_HDMI_ALLM)) in dw_hdmi_qp_selete_output()
1014 hdmi->allm_en = true; in dw_hdmi_qp_selete_output()
1016 hdmi->allm_en = false; in dw_hdmi_qp_selete_output()
H A Ddw_hdmi_qp.c684 if (link_cfg->allm_en) { in hdmi_config_vendor_specific_infoframe()
/OK3568_Linux_fs/u-boot/include/linux/
H A Ddw_hdmi.h159 bool allm_en; member
/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Ddw_hdmi.h172 void *data, bool allm_en);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c2593 void *data, bool allm_en) in dw_hdmi_rockchip_attach_properties() argument
2727 hdmi->enable_allm = allm_en; in dw_hdmi_rockchip_attach_properties()