Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/qcom/
Dclk-rcg2.c227 req->best_parent_hw = p; in _freq_tbl_determine_rate()
454 req->best_parent_hw = clk_hw_get_parent_by_index(hw, index); in clk_edp_pixel_determine_rate()
455 req->best_parent_rate = clk_hw_get_rate(req->best_parent_hw); in clk_edp_pixel_determine_rate()
508 req->best_parent_hw = p = clk_hw_get_parent_by_index(hw, index); in clk_byte_determine_rate()
565 p = req->best_parent_hw; in clk_byte2_determine_rate()
642 src_rate = clk_hw_round_rate(req->best_parent_hw, request); in clk_pixel_determine_rate()
724 req->best_parent_hw = xo; in clk_gfx3d_determine_rate()
738 req->best_parent_hw = p9; in clk_gfx3d_determine_rate()
742 if (req->best_parent_hw == p9) { in clk_gfx3d_determine_rate()
745 req->best_parent_hw = p8; in clk_gfx3d_determine_rate()
[all …]
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()
686 src_rate = clk_hw_get_rate(req->best_parent_hw); in clk_rcg_esc_determine_rate()
Dclk-regmap-mux-div.c110 req->best_parent_hw = parent; in mux_div_determine_rate()
/linux-4.19.296/drivers/clk/ti/
Ddpll44xx.c217 req->best_parent_hw = dd->clk_bypass; in omap4_dpll_regm4xen_determine_rate()
221 req->best_parent_hw = dd->clk_ref; in omap4_dpll_regm4xen_determine_rate()
Ddpll3xxx.c517 req->best_parent_hw = dd->clk_bypass; in omap3_noncore_dpll_determine_rate()
521 req->best_parent_hw = dd->clk_ref; in omap3_noncore_dpll_determine_rate()
/linux-4.19.296/drivers/clk/
Dclk-composite.c77 req->best_parent_hw = NULL; in clk_composite_determine_rate()
81 req->best_parent_hw = parent; in clk_composite_determine_rate()
107 if (!rate_diff || !req->best_parent_hw in clk_composite_determine_rate()
109 req->best_parent_hw = parent; in clk_composite_determine_rate()
Dclk.c506 req->best_parent_hw = best_parent->hw; in clk_mux_determine_rate_flags()
1164 req->best_parent_hw = parent->hw; in clk_core_init_rate_req()
1167 req->best_parent_hw = NULL; in clk_core_init_rate_req()
1712 parent = req.best_parent_hw ? req.best_parent_hw->core : NULL; in clk_calc_new_rates()
/linux-4.19.296/drivers/clk/at91/
Dclk-generated.c132 req->best_parent_hw = parent; in clk_generated_best_diff()
200 __clk_get_name((req->best_parent_hw)->clk), in clk_generated_determine_rate()
Dclk-programmable.c83 req->best_parent_hw = parent; in clk_programmable_determine_rate()
Dclk-usb.c94 req->best_parent_hw = parent; in at91sam9x5_clk_usb_determine_rate()
Dclk-audio-pll.c268 req->best_parent_hw = clk_hw_get_parent(hw); in clk_audio_pll_frac_determine_rate()
/linux-4.19.296/drivers/clk/sunxi/
Dclk-sun9i-cpus.c144 req->best_parent_hw = best_parent; in sun9i_a80_cpus_clk_determine_rate()
Dclk-sun4i-tcon-ch1.c167 req->best_parent_hw = parent; in tcon_ch1_determine_rate()
Dclk-factors.c128 req->best_parent_hw = best_parent; in clk_factors_determine_rate()
/linux-4.19.296/drivers/clk/pxa/
Dclk-pxa.c230 req->best_parent_hw = NULL; in pxa2xx_determine_rate()
/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_mux.c153 req->best_parent_hw = best_parent; in ccu_mux_helper_determine_rate()
/linux-4.19.296/drivers/clk/microchip/
Dclk-core.c440 if (req->best_parent_hw) in roclk_determine_rate()
441 req->best_parent_hw = best_parent_clk; in roclk_determine_rate()
/linux-4.19.296/drivers/clk/mmp/
Dclk-mix.c267 req->best_parent_hw = parent_best; in mmp_clk_mix_determine_rate()
/linux-4.19.296/drivers/rtc/
Drtc-ac100.c223 req->best_parent_hw = best_parent; in ac100_clkout_determine_rate()
/linux-4.19.296/include/linux/
Dclk-provider.h68 struct clk_hw *best_parent_hw; member
/linux-4.19.296/drivers/clk/davinci/
Dpll.c132 struct clk_hw *parent = req->best_parent_hw; in davinci_pll_determine_rate()
/linux-4.19.296/drivers/clk/bcm/
Dclk-kona.c1073 req->best_parent_hw = parent; in kona_peri_clk_determine_rate()
Dclk-bcm2835.c1208 req->best_parent_hw = best_parent; in bcm2835_clock_determine_rate()