Home
last modified time | relevance | path

Searched refs:msm_hdmi_set_mode (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hpd.c121 msm_hdmi_set_mode(hdmi, false); in msm_hdmi_hpd_enable()
123 msm_hdmi_set_mode(hdmi, true); in msm_hdmi_hpd_enable()
160 msm_hdmi_set_mode(hdmi, false); in msm_hdmi_hpd_disable()
H A Dhdmi_bridge.c157 msm_hdmi_set_mode(hdmi, true); in msm_hdmi_bridge_pre_enable()
173 msm_hdmi_set_mode(hdmi, false); in msm_hdmi_bridge_post_disable()
H A Dhdmi.h114 void msm_hdmi_set_mode(struct hdmi *hdmi, bool power_on);
H A Dhdmi.c19 void msm_hdmi_set_mode(struct hdmi *hdmi, bool power_on) in msm_hdmi_set_mode() function