Home
last modified time | relevance | path

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

/drivers/clk/qcom/
A Dcommon.h73 extern int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map,
A Dcommon.c83 int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map, u8 src) in qcom_find_src_index() function
93 EXPORT_SYMBOL_GPL(qcom_find_src_index);
A Dclk-rcg.c271 index = qcom_find_src_index(hw, s->parent_map, f->src); in configure_bank()
314 f.src = qcom_find_src_index(hw, rcg->s[bank].parent_map, index); in clk_dyn_rcg_set_parent()
411 index = qcom_find_src_index(hw, parent_map, f->src); in _freq_tbl_determine_rate()
465 int index = qcom_find_src_index(hw, rcg->s.parent_map, f->src); in clk_rcg_bypass_determine_rate()
A Dclk-rcg2.c252 index = qcom_find_src_index(hw, rcg->parent_map, f->src); in _freq_tbl_determine_rate()
306 index = qcom_find_src_index(hw, rcg->parent_map, conf->src); in __clk_rcg2_select_conf()
359 index = qcom_find_src_index(hw, rcg->parent_map, conf->src); in _freq_tbl_fm_determine_rate()
506 int index = qcom_find_src_index(hw, rcg->parent_map, src); in __clk_rcg2_configure_parent()
944 int index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_edp_pixel_determine_rate()
993 int index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_byte_determine_rate()

Completed in 11 milliseconds