Lines Matching refs:clk_parent
133 struct clk *clk_parent; member
264 ret = clk_prepare_enable(cl->clk_parent); in mca_fe_enable_clocks()
283 clk_disable_unprepare(cl->clk_parent); in mca_fe_enable_clocks()
301 clk_disable_unprepare(cl->clk_parent); in mca_fe_disable_clocks()
671 ret = clk_set_rate(cl->clk_parent, bclk_ratio * samp_rate); in mca_fe_hw_params()
993 if (!IS_ERR_OR_NULL(cl->clk_parent)) in apple_mca_release()
994 clk_put(cl->clk_parent); in apple_mca_release()
1077 cl->clk_parent = of_clk_get(pdev->dev.of_node, i); in apple_mca_probe()
1078 if (IS_ERR(cl->clk_parent)) { in apple_mca_probe()
1080 i, PTR_ERR(cl->clk_parent)); in apple_mca_probe()
1081 ret = PTR_ERR(cl->clk_parent); in apple_mca_probe()