Searched refs:qcom_find_freq (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/clk/qcom/ |
D | common.h | 42 extern const struct freq_tbl *qcom_find_freq(const struct freq_tbl *f,
|
D | common.c | 27 struct freq_tbl *qcom_find_freq(const struct freq_tbl *f, unsigned long rate) in qcom_find_freq() function 39 EXPORT_SYMBOL_GPL(qcom_find_freq);
|
D | clk-rcg.c | 415 f = qcom_find_freq(f, rate); in _freq_tbl_determine_rate() 530 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg_set_rate() 760 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg_lcc_set_rate() 797 f = qcom_find_freq(rcg->freq_tbl, rate); in __clk_dyn_rcg_set_rate()
|
D | clk-rcg2.c | 191 f = qcom_find_freq(f, rate); in _freq_tbl_determine_rate() 305 f = qcom_find_freq(rcg->freq_tbl, rate); in __clk_rcg2_set_rate() 849 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg2_shared_set_rate()
|
D | gcc-ipq4019.c | 1266 f = qcom_find_freq(pll->freq_tbl, rate); in clk_cpu_div_round_rate() 1289 f = qcom_find_freq(pll->freq_tbl, rate); in clk_cpu_div_set_rate()
|