Searched refs:qcom_find_src_index (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/clk/qcom/ |
D | common.c | 46 int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map, u8 src) in qcom_find_src_index() function 56 EXPORT_SYMBOL_GPL(qcom_find_src_index);
|
D | clk-rcg2.c | 192 index = qcom_find_src_index(hw, rcg->parent_map, f->src); in _freq_tbl_determine_rate() 232 int ret, index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_rcg2_configure() 390 int index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_edp_pixel_determine_rate() 437 int index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_byte_determine_rate() 507 int index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_pixel_determine_rate()
|
D | common.h | 35 extern int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map,
|
D | clk-rcg.c | 279 index = qcom_find_src_index(hw, s->parent_map, f->src); in configure_bank() 322 f.src = qcom_find_src_index(hw, rcg->s[bank].parent_map, index); in clk_dyn_rcg_set_parent() 421 index = qcom_find_src_index(hw, parent_map, f->src); in _freq_tbl_determine_rate() 478 int index = qcom_find_src_index(hw, rcg->s.parent_map, f->src); in clk_rcg_bypass_determine_rate()
|