Lines Matching refs:clk_parent
134 struct clk *clk_parent; member
256 ret = clk_prepare_enable(cl->clk_parent); in mca_fe_enable_clocks()
275 clk_disable_unprepare(cl->clk_parent); in mca_fe_enable_clocks()
293 clk_disable_unprepare(cl->clk_parent); in mca_fe_disable_clocks()
663 ret = clk_set_rate(cl->clk_parent, bclk_ratio * samp_rate); in mca_fe_hw_params()
978 if (!IS_ERR_OR_NULL(cl->clk_parent)) in apple_mca_release()
979 clk_put(cl->clk_parent); in apple_mca_release()
1062 cl->clk_parent = of_clk_get(pdev->dev.of_node, i); in apple_mca_probe()
1063 if (IS_ERR(cl->clk_parent)) { in apple_mca_probe()
1065 i, PTR_ERR(cl->clk_parent)); in apple_mca_probe()
1066 ret = PTR_ERR(cl->clk_parent); in apple_mca_probe()