Searched refs:qcom_find_src_index (Results 1 – 4 of 4) sorted by relevance
/drivers/clk/qcom/ |
D | common.h | 50 extern int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map,
|
D | common.c | 60 int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map, u8 src) in qcom_find_src_index() function 70 EXPORT_SYMBOL_GPL(qcom_find_src_index);
|
D | clk-rcg.c | 271 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()
|
D | clk-rcg2.c | 209 index = qcom_find_src_index(hw, rcg->parent_map, f->src); in _freq_tbl_determine_rate() 263 int ret, index = qcom_find_src_index(hw, rcg->parent_map, f->src); in __clk_rcg2_configure() 468 int index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_edp_pixel_determine_rate() 517 int index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_byte_determine_rate()
|