best_child_rate    94 drivers/clk/sunxi/clk-factors.c 	unsigned long parent_rate, best = 0, child_rate, best_child_rate = 0;
best_child_rate   115 drivers/clk/sunxi/clk-factors.c 		if (child_rate <= req->rate && child_rate > best_child_rate) {
best_child_rate   118 drivers/clk/sunxi/clk-factors.c 			best_child_rate = child_rate;
best_child_rate   127 drivers/clk/sunxi/clk-factors.c 	req->rate = best_child_rate;
best_child_rate   118 drivers/clk/sunxi/clk-sun9i-cpus.c 	unsigned long parent_rate, best = 0, child_rate, best_child_rate = 0;
best_child_rate   135 drivers/clk/sunxi/clk-sun9i-cpus.c 		if (child_rate <= rate && child_rate > best_child_rate) {
best_child_rate   138 drivers/clk/sunxi/clk-sun9i-cpus.c 			best_child_rate = child_rate;
best_child_rate   147 drivers/clk/sunxi/clk-sun9i-cpus.c 	req->rate = best_child_rate;