Searched refs:clk_mod (Results 1 – 2 of 2) sorted by relevance
481 phy->clk_mod = of_clk_get_by_name(node, "mod"); in sun8i_hdmi_phy_probe()482 if (IS_ERR(phy->clk_mod)) { in sun8i_hdmi_phy_probe()484 ret = PTR_ERR(phy->clk_mod); in sun8i_hdmi_phy_probe()534 ret = clk_prepare_enable(phy->clk_mod); in sun8i_hdmi_phy_probe()557 clk_put(phy->clk_mod); in sun8i_hdmi_phy_probe()568 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_remove()578 clk_put(phy->clk_mod); in sun8i_hdmi_phy_remove()
162 struct clk *clk_mod; member