Searched refs:clk_pll0 (Results 1 – 3 of 3) sorted by relevance
661 phy->clk_pll0 = of_clk_get_by_name(node, "pll-0"); in sun8i_hdmi_phy_probe()662 if (IS_ERR(phy->clk_pll0)) { in sun8i_hdmi_phy_probe()664 ret = PTR_ERR(phy->clk_pll0); in sun8i_hdmi_phy_probe()729 clk_put(phy->clk_pll0); in sun8i_hdmi_phy_probe()750 clk_put(phy->clk_pll0); in sun8i_hdmi_phy_remove()
150 parents[0] = __clk_get_name(phy->clk_pll0); in sun8i_phy_clk_create()
170 struct clk *clk_pll0; member