Home
last modified time | relevance | path

Searched refs:best_parent_hw (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/drivers/clk/sunxi/
Dclk-sun6i-ar100.c54 req->best_parent_hw = NULL; in ar100_determine_rate()
101 if (!req->best_parent_hw || tmp_rate > best_rate) { in ar100_determine_rate()
102 req->best_parent_hw = parent; in ar100_determine_rate()
Dclk-factors.c113 req->best_parent_hw = best_parent; in clk_factors_determine_rate()
Dclk-sunxi.c154 req->best_parent_hw = best_parent; in sun6i_ahb1_clk_determine_rate()
/linux-4.4.14/drivers/clk/
Dclk-composite.c79 req->best_parent_hw = NULL; in clk_composite_determine_rate()
83 req->best_parent_hw = parent; in clk_composite_determine_rate()
109 if (!rate_diff || !req->best_parent_hw in clk_composite_determine_rate()
111 req->best_parent_hw = parent; in clk_composite_determine_rate()
Dclk.c509 req->best_parent_hw = best_parent->hw; in clk_mux_determine_rate_flags()
798 req->best_parent_hw = parent->hw; in clk_core_round_rate_nolock()
801 req->best_parent_hw = NULL; in clk_core_round_rate_nolock()
1325 req.best_parent_hw = parent->hw; in clk_calc_new_rates()
1328 req.best_parent_hw = NULL; in clk_calc_new_rates()
1338 parent = req.best_parent_hw ? req.best_parent_hw->core : NULL; in clk_calc_new_rates()
/linux-4.4.14/drivers/clk/ti/
Ddpll44xx.c217 req->best_parent_hw = __clk_get_hw(dd->clk_bypass); in omap4_dpll_regm4xen_determine_rate()
221 req->best_parent_hw = __clk_get_hw(dd->clk_ref); in omap4_dpll_regm4xen_determine_rate()
Ddpll3xxx.c494 req->best_parent_hw = __clk_get_hw(dd->clk_bypass); in omap3_noncore_dpll_determine_rate()
498 req->best_parent_hw = __clk_get_hw(dd->clk_ref); in omap3_noncore_dpll_determine_rate()
/linux-4.4.14/drivers/clk/qcom/
Dclk-rcg2.c212 req->best_parent_hw = p; in _freq_tbl_determine_rate()
468 req->best_parent_hw = clk_hw_get_parent_by_index(hw, index); in clk_edp_pixel_determine_rate()
469 req->best_parent_rate = clk_hw_get_rate(req->best_parent_hw); in clk_edp_pixel_determine_rate()
522 req->best_parent_hw = p = clk_hw_get_parent_by_index(hw, index); in clk_byte_determine_rate()
579 p = req->best_parent_hw; in clk_byte2_determine_rate()
655 src_rate = clk_hw_round_rate(req->best_parent_hw, request); in clk_pixel_determine_rate()
Dclk-rcg.c436 req->best_parent_hw = p; in _freq_tbl_determine_rate()
475 req->best_parent_hw = p = clk_hw_get_parent_by_index(hw, index); in clk_rcg_bypass_determine_rate()
550 p = req->best_parent_hw; in clk_rcg_bypass2_determine_rate()
611 src_rate = clk_hw_round_rate(req->best_parent_hw, request); in clk_rcg_pixel_determine_rate()
684 src_rate = clk_hw_get_rate(req->best_parent_hw); in clk_rcg_esc_determine_rate()
/linux-4.4.14/drivers/clk/at91/
Dclk-generated.c131 req->best_parent_hw = parent; in clk_generated_determine_rate()
144 __clk_get_name((req->best_parent_hw)->clk), in clk_generated_determine_rate()
Dclk-programmable.c86 req->best_parent_hw = parent; in clk_programmable_determine_rate()
Dclk-usb.c92 req->best_parent_hw = parent; in at91sam9x5_clk_usb_determine_rate()
/linux-4.4.14/include/linux/
Dclk-provider.h59 struct clk_hw *best_parent_hw; member
/linux-4.4.14/drivers/clk/mmp/
Dclk-mix.c267 req->best_parent_hw = parent_best; in mmp_clk_mix_determine_rate()
/linux-4.4.14/arch/mips/alchemy/common/
Dclock.c477 req->best_parent_hw = bpc; in alchemy_clk_fgcs_detr()
/linux-4.4.14/drivers/clk/bcm/
Dclk-kona.c1073 req->best_parent_hw = parent; in kona_peri_clk_determine_rate()