Searched refs:qcom_find_freq (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | common.h | 44 extern const struct freq_tbl *qcom_find_freq(const struct freq_tbl *f,
|
H A D | common.c | 27 struct freq_tbl *qcom_find_freq(const struct freq_tbl *f, unsigned long rate) in qcom_find_freq() function 42 EXPORT_SYMBOL_GPL(qcom_find_freq); variable
|
H A D | clk-rcg.c | 407 f = qcom_find_freq(f, rate); in _freq_tbl_determine_rate() 522 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg_set_rate() 752 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg_lcc_set_rate() 789 f = qcom_find_freq(rcg->freq_tbl, rate); in __clk_dyn_rcg_set_rate()
|
H A D | clk-rcg2.c | 200 f = qcom_find_freq(f, rate); in _freq_tbl_determine_rate() 327 f = qcom_find_freq(rcg->freq_tbl, rate); in __clk_rcg2_set_rate() 872 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg2_shared_set_rate()
|
H A D | gcc-ipq4019.c | 1258 f = qcom_find_freq(pll->freq_tbl, rate); in clk_cpu_div_round_rate() 1281 f = qcom_find_freq(pll->freq_tbl, rate); in clk_cpu_div_set_rate()
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | common.h | 44 extern const struct freq_tbl *qcom_find_freq(const struct freq_tbl *f,
|
H A D | common.c | 27 struct freq_tbl *qcom_find_freq(const struct freq_tbl *f, unsigned long rate) in qcom_find_freq() function 42 EXPORT_SYMBOL_GPL(qcom_find_freq); variable
|
H A D | clk-rcg.c | 407 f = qcom_find_freq(f, rate); in _freq_tbl_determine_rate() 522 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg_set_rate() 765 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg_lcc_set_rate() 802 f = qcom_find_freq(rcg->freq_tbl, rate); in __clk_dyn_rcg_set_rate()
|
H A D | clk-rcg2.c | 220 f = qcom_find_freq(f, rate); in _freq_tbl_determine_rate() 362 f = qcom_find_freq(rcg->freq_tbl, rate); in __clk_rcg2_set_rate() 1029 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg2_shared_set_rate()
|
H A D | gcc-ipq4019.c | 135 f = qcom_find_freq(pll->freq_tbl, rate); in clk_cpu_div_round_rate() 157 f = qcom_find_freq(pll->freq_tbl, rate); in clk_cpu_div_set_rate()
|
Completed in 12 milliseconds