__clk_determine_rate
if (__clk_determine_rate(parent, &req_parent))
if (__clk_determine_rate(parent, &req_parent))
if (__clk_determine_rate(parent, &req_parent))
EXPORT_SYMBOL_GPL(__clk_determine_rate);
.determine_rate_func = __clk_determine_rate,
ret = __clk_determine_rate(parent_hw, req);
ret = __clk_determine_rate(req->best_parent_hw, &parent_req);
int __clk_determine_rate(struct clk_hw *core, struct clk_rate_request *req);