Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/qcom/
Dcommon.c32 struct freq_tbl *qcom_find_freq(const struct freq_tbl *f, unsigned long rate) in qcom_find_freq() function
44 EXPORT_SYMBOL_GPL(qcom_find_freq);
Dcommon.h33 extern const struct freq_tbl *qcom_find_freq(const struct freq_tbl *f,
Dclk-rcg.c417 f = qcom_find_freq(f, rate); in _freq_tbl_determine_rate()
535 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg_set_rate()
569 f = qcom_find_freq(rcg->freq_tbl, rate); in clk_rcg_lcc_set_rate()
606 f = qcom_find_freq(rcg->freq_tbl, rate); in __clk_dyn_rcg_set_rate()
Dclk-rcg2.c188 f = qcom_find_freq(f, rate); in _freq_tbl_determine_rate()
274 f = qcom_find_freq(rcg->freq_tbl, rate); in __clk_rcg2_set_rate()