Searched refs:clk_mod (Results 1 – 3 of 3) sorted by relevance
653 phy->clk_mod = of_clk_get_by_name(node, "mod"); in sun8i_hdmi_phy_probe()654 if (IS_ERR(phy->clk_mod)) { in sun8i_hdmi_phy_probe()656 ret = PTR_ERR(phy->clk_mod); in sun8i_hdmi_phy_probe()697 ret = clk_prepare_enable(phy->clk_mod); in sun8i_hdmi_phy_probe()719 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_probe()731 clk_put(phy->clk_mod); in sun8i_hdmi_phy_probe()742 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_remove()752 clk_put(phy->clk_mod); in sun8i_hdmi_phy_remove()
168 struct clk *clk_mod; member
37 struct clk *clk_mod; member177 clk_rate_exclusive_put(sdev->clk_mod); in sun6i_csi_set_power()178 clk_disable_unprepare(sdev->clk_mod); in sun6i_csi_set_power()183 ret = clk_prepare_enable(sdev->clk_mod); in sun6i_csi_set_power()190 clk_set_rate_exclusive(sdev->clk_mod, 300000000); in sun6i_csi_set_power()212 clk_rate_exclusive_put(sdev->clk_mod); in sun6i_csi_set_power()213 clk_disable_unprepare(sdev->clk_mod); in sun6i_csi_set_power()850 sdev->clk_mod = devm_clk_get(&pdev->dev, "mod"); in sun6i_csi_resource_request()851 if (IS_ERR(sdev->clk_mod)) { in sun6i_csi_resource_request()853 return PTR_ERR(sdev->clk_mod); in sun6i_csi_resource_request()