Home
last modified time | relevance | path

Searched refs:hdmi_phy_enable_tmds (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/phy/mediatek/
H A Dphy-mtk-hdmi.c34 hdmi_phy->conf->hdmi_phy_enable_tmds(hdmi_phy); in mtk_hdmi_phy_power_on()
62 hdmi_phy->conf->hdmi_phy_enable_tmds && in mtk_hdmi_phy_dev_get_ops()
H A Dphy-mtk-hdmi.h24 void (*hdmi_phy_enable_tmds)(struct mtk_hdmi_phy *hdmi_phy); member
H A Dphy-mtk-hdmi-mt8173.c248 .hdmi_phy_enable_tmds = mtk_hdmi_phy_enable_tmds,
H A Dphy-mtk-hdmi-mt2701.c221 .hdmi_phy_enable_tmds = mtk_hdmi_phy_enable_tmds,
H A Dphy-mtk-hdmi-mt8195.c484 .hdmi_phy_enable_tmds = mtk_hdmi_phy_enable_tmds,
/openbmc/u-boot/drivers/video/
H A Ddw_hdmi.c338 static void hdmi_phy_enable_tmds(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_enable_tmds() function
432 hdmi_phy_enable_tmds(hdmi, 0); in hdmi_phy_configure()
433 hdmi_phy_enable_tmds(hdmi, 1); in hdmi_phy_configure()
897 hdmi_phy_enable_tmds(hdmi, 0); in dw_hdmi_phy_cfg()