Home
last modified time | relevance | path

Searched refs:qcom_find_freq_floor (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/clk/qcom/
Dcommon.h44 extern const struct freq_tbl *qcom_find_freq_floor(const struct freq_tbl *f,
Dcommon.c44 const struct freq_tbl *qcom_find_freq_floor(const struct freq_tbl *f, in qcom_find_freq_floor() function
58 EXPORT_SYMBOL_GPL(qcom_find_freq_floor);
Dclk-rcg2.c188 f = qcom_find_freq_floor(f, rate); in _freq_tbl_determine_rate()
307 f = qcom_find_freq_floor(rcg->freq_tbl, rate); in __clk_rcg2_set_rate()