Home
last modified time | relevance | path

Searched refs:pll_hw (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_lvds_pll.c24 struct clk_hw pll_hw; member
28 #define to_mdp4_lvds_pll(x) container_of(x, struct mdp4_lvds_pll, pll_hw)
161 lvds_pll->pll_hw.init = &pll_init; in mpd4_lvds_pll_init()
162 clk = devm_clk_register(dev->dev, &lvds_pll->pll_hw); in mpd4_lvds_pll_init()
/drivers/gpu/drm/mediatek/
Dmtk_mipi_tx.c130 struct clk_hw pll_hw; member
136 return container_of(hw, struct mtk_mipi_tx, pll_hw); in mtk_mipi_tx_from_clk_hw()
417 mipi_tx->pll_hw.init = &clk_init; in mtk_mipi_tx_probe()
418 mipi_tx->pll = devm_clk_register(dev, &mipi_tx->pll_hw); in mtk_mipi_tx_probe()
Dmtk_mt8173_hdmi_phy.c130 struct clk_hw pll_hw; member
223 return container_of(hw, struct mtk_hdmi_phy, pll_hw); in to_mtk_hdmi_phy()
468 hdmi_phy->pll_hw.init = &clk_init; in mtk_hdmi_phy_probe()
469 hdmi_phy->pll = devm_clk_register(dev, &hdmi_phy->pll_hw); in mtk_hdmi_phy_probe()