Home
last modified time | relevance | path

Searched refs:clk_hw_get_parent_by_index (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/clk/mmp/
Dclk-mix.c123 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/
Dclk-rcg2.c196 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()
Dclk-rcg.c424 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()
Dmmcc-msm8960.c551 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/
Dclk-sun6i-ar100.c63 parent = clk_hw_get_parent_by_index(hw, i); in ar100_determine_rate()
Dclk-factors.c92 parent = clk_hw_get_parent_by_index(hw, i); in clk_factors_determine_rate()
Dclk-sunxi.c133 parent = clk_hw_get_parent_by_index(hw, i); in sun6i_ahb1_clk_determine_rate()
/linux-4.4.14/drivers/clk/at91/
Dclk-programmable.c68 parent = clk_hw_get_parent_by_index(hw, i); in clk_programmable_determine_rate()
Dclk-generated.c113 parent = clk_hw_get_parent_by_index(hw, i); in clk_generated_determine_rate()
Dclk-usb.c72 parent = clk_hw_get_parent_by_index(hw, i); in at91sam9x5_clk_usb_determine_rate()
Dclk-peripheral.c145 parent = clk_hw_get_parent_by_index(&periph->hw, 0); in clk_sam9x5_peripheral_autodiv()
/linux-4.4.14/drivers/clk/
Dclk-composite.c96 parent = clk_hw_get_parent_by_index(mux_hw, i); in clk_composite_determine_rate()
Dclk.c363 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/
Dclk-provider.h651 struct clk_hw *clk_hw_get_parent_by_index(const struct clk_hw *hw,
/linux-4.4.14/drivers/clk/tegra/
Dclk-emc.c528 tegra->prev_parent = clk_hw_get_parent_by_index( in tegra_clk_register_emc()
/linux-4.4.14/arch/mips/alchemy/common/
Dclock.c411 pc = clk_hw_get_parent_by_index(hw, j); in alchemy_clk_fgcs_detr()
/linux-4.4.14/drivers/clk/bcm/
Dclk-kona.c1057 struct clk_hw *parent = clk_hw_get_parent_by_index(hw, which); in kona_peri_clk_determine_rate()