Searched refs:clk_hw_get_parent_by_index (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/clk/mmp/ |
D | clk-mix.c | 123 parent = clk_hw_get_parent_by_index(hw, item->parent_index); in _filter_clk_table() 227 parent = clk_hw_get_parent_by_index(hw, in mmp_clk_mix_determine_rate() 243 parent = clk_hw_get_parent_by_index(hw, i); in mmp_clk_mix_determine_rate() 393 parent = clk_hw_get_parent_by_index(hw, in mmp_clk_set_rate() 409 parent = clk_hw_get_parent_by_index(hw, i); in mmp_clk_set_rate()
|
/linux-4.4.14/drivers/clk/qcom/ |
D | clk-rcg2.c | 196 p = clk_hw_get_parent_by_index(hw, index); in _freq_tbl_determine_rate() 468 req->best_parent_hw = clk_hw_get_parent_by_index(hw, index); in clk_edp_pixel_determine_rate() 522 req->best_parent_hw = p = clk_hw_get_parent_by_index(hw, index); in clk_byte_determine_rate()
|
D | clk-rcg.c | 424 p = clk_hw_get_parent_by_index(hw, index); in _freq_tbl_determine_rate() 475 req->best_parent_hw = p = clk_hw_get_parent_by_index(hw, index); in clk_rcg_bypass_determine_rate()
|
D | mmcc-msm8960.c | 551 struct clk_hw *p = clk_hw_get_parent_by_index(hw, i); in pix_rdi_set_parent() 581 struct clk_hw *p = clk_hw_get_parent_by_index(hw, i); in pix_rdi_set_parent()
|
/linux-4.4.14/drivers/clk/sunxi/ |
D | clk-sun6i-ar100.c | 63 parent = clk_hw_get_parent_by_index(hw, i); in ar100_determine_rate()
|
D | clk-factors.c | 92 parent = clk_hw_get_parent_by_index(hw, i); in clk_factors_determine_rate()
|
D | clk-sunxi.c | 133 parent = clk_hw_get_parent_by_index(hw, i); in sun6i_ahb1_clk_determine_rate()
|
/linux-4.4.14/drivers/clk/at91/ |
D | clk-programmable.c | 68 parent = clk_hw_get_parent_by_index(hw, i); in clk_programmable_determine_rate()
|
D | clk-generated.c | 113 parent = clk_hw_get_parent_by_index(hw, i); in clk_generated_determine_rate()
|
D | clk-usb.c | 72 parent = clk_hw_get_parent_by_index(hw, i); in at91sam9x5_clk_usb_determine_rate()
|
D | clk-peripheral.c | 145 parent = clk_hw_get_parent_by_index(&periph->hw, 0); in clk_sam9x5_peripheral_autodiv()
|
/linux-4.4.14/drivers/clk/ |
D | clk-composite.c | 96 parent = clk_hw_get_parent_by_index(mux_hw, i); in clk_composite_determine_rate()
|
D | clk.c | 363 clk_hw_get_parent_by_index(const struct clk_hw *hw, unsigned int index) in clk_hw_get_parent_by_index() function 371 EXPORT_SYMBOL_GPL(clk_hw_get_parent_by_index);
|
/linux-4.4.14/include/linux/ |
D | clk-provider.h | 651 struct clk_hw *clk_hw_get_parent_by_index(const struct clk_hw *hw,
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-emc.c | 528 tegra->prev_parent = clk_hw_get_parent_by_index( in tegra_clk_register_emc()
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | clock.c | 411 pc = clk_hw_get_parent_by_index(hw, j); in alchemy_clk_fgcs_detr()
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-kona.c | 1057 struct clk_hw *parent = clk_hw_get_parent_by_index(hw, which); in kona_peri_clk_determine_rate()
|