Searched refs:__clk_determine_rate (Results 1 – 5 of 5) sorted by relevance
173 __clk_determine_rate(parent, &req_parent); in clk_generated_determine_rate()
449 ret = __clk_determine_rate(parent_hw, req); in __clk_sccg_pll_determine_rate()
560 ret = __clk_determine_rate(parent ? parent->hw : NULL, in clk_mux_determine_rate_flags()584 ret = __clk_determine_rate(parent->hw, &parent_req); in clk_mux_determine_rate_flags()1388 int __clk_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) in __clk_determine_rate() function1397 EXPORT_SYMBOL_GPL(__clk_determine_rate);
836 int __clk_determine_rate(struct clk_hw *core, struct clk_rate_request *req);
761 ret = __clk_determine_rate(req->best_parent_hw, &parent_req); in clk_gfx3d_determine_rate()