Searched refs:qcom_find_freq (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/clk/qcom/
H A Dcommon.c34 struct freq_tbl *qcom_find_freq(const struct freq_tbl *f, unsigned long rate) qcom_find_freq() function
46 EXPORT_SYMBOL_GPL(qcom_find_freq); variable
H A Dcommon.h35 extern const struct freq_tbl *qcom_find_freq(const struct freq_tbl *f,
H A Dclk-rcg.c415 f = qcom_find_freq(f, rate); _freq_tbl_determine_rate()
530 f = qcom_find_freq(rcg->freq_tbl, rate); clk_rcg_set_rate()
758 f = qcom_find_freq(rcg->freq_tbl, rate); clk_rcg_lcc_set_rate()
795 f = qcom_find_freq(rcg->freq_tbl, rate); __clk_dyn_rcg_set_rate()
H A Dclk-rcg2.c187 f = qcom_find_freq(f, rate); _freq_tbl_determine_rate()
273 f = qcom_find_freq(rcg->freq_tbl, rate); __clk_rcg2_set_rate()

Completed in 287 milliseconds