Searched refs:clk_mod (Results 1 – 3 of 3) sorted by relevance
654 phy->clk_mod = of_clk_get_by_name(node, "mod"); in sun8i_hdmi_phy_probe()655 if (IS_ERR(phy->clk_mod)) { in sun8i_hdmi_phy_probe()657 ret = PTR_ERR(phy->clk_mod); in sun8i_hdmi_phy_probe()698 ret = clk_prepare_enable(phy->clk_mod); in sun8i_hdmi_phy_probe()720 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_probe()732 clk_put(phy->clk_mod); in sun8i_hdmi_phy_probe()743 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_remove()753 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()852 sdev->clk_mod = devm_clk_get(&pdev->dev, "mod"); in sun6i_csi_resource_request()853 if (IS_ERR(sdev->clk_mod)) { in sun6i_csi_resource_request()855 return PTR_ERR(sdev->clk_mod); in sun6i_csi_resource_request()