Searched refs:pll_hw (Results 1 – 3 of 3) sorted by relevance
24 struct clk_hw pll_hw; member28 #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()
130 struct clk_hw pll_hw; member136 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()
130 struct clk_hw pll_hw; member223 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()