Searched refs:qcom_find_src_index (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/clk/qcom/ |
D | common.c | 48 int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map, u8 src) in qcom_find_src_index() function 58 EXPORT_SYMBOL_GPL(qcom_find_src_index);
|
D | common.h | 37 extern int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map,
|
D | clk-rcg2.c | 191 index = qcom_find_src_index(hw, rcg->parent_map, f->src); in _freq_tbl_determine_rate() 231 int ret, index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_rcg2_configure() 465 int index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_edp_pixel_determine_rate() 514 int index = qcom_find_src_index(hw, rcg->parent_map, f->src); in clk_byte_determine_rate()
|
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() 419 index = qcom_find_src_index(hw, parent_map, f->src); in _freq_tbl_determine_rate() 473 int index = qcom_find_src_index(hw, rcg->s.parent_map, f->src); in clk_rcg_bypass_determine_rate()
|