Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_mt8173_hdmi_phy.c160 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_prepare()
179 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_unprepare()
197 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_round_rate()
211 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_set_rate()
297 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_recalc_rate()
Dmtk_mt2701_hdmi_phy.c70 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_prepare()
91 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_unprepare()
118 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_set_rate()
165 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_recalc_rate()
Dmtk_hdmi_phy.h51 struct mtk_hdmi_phy *to_mtk_hdmi_phy(struct clk_hw *hw);
Dmtk_hdmi_phy.c51 inline struct mtk_hdmi_phy *to_mtk_hdmi_phy(struct clk_hw *hw) in to_mtk_hdmi_phy() function