Searched refs:__clk_hw_set_clk (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/clk/ |
| D | clk-composite.c | 16 __clk_hw_set_clk(mux_hw, hw); in clk_composite_get_parent() 27 __clk_hw_set_clk(mux_hw, hw); in clk_composite_set_parent() 39 __clk_hw_set_clk(rate_hw, hw); in clk_composite_recalc_rate() 61 __clk_hw_set_clk(rate_hw, hw); in clk_composite_determine_rate() 110 __clk_hw_set_clk(mux_hw, hw); in clk_composite_determine_rate() 125 __clk_hw_set_clk(rate_hw, hw); in clk_composite_round_rate() 137 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate() 154 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate_and_parent() 155 __clk_hw_set_clk(mux_hw, hw); in clk_composite_set_rate_and_parent() 175 __clk_hw_set_clk(gate_hw, hw); in clk_composite_is_enabled() [all …]
|
| D | clk-stm32h7.c | 701 __clk_hw_set_clk(_hw, hw); in pll_is_enabled() 711 __clk_hw_set_clk(_hw, hw); in pll_enable() 721 __clk_hw_set_clk(_hw, hw); in pll_disable()
|
| /Linux-v5.4/drivers/clk/st/ |
| D | clk-flexgen.c | 52 __clk_hw_set_clk(pgate_hw, hw); in flexgen_enable() 53 __clk_hw_set_clk(fgate_hw, hw); in flexgen_enable() 69 __clk_hw_set_clk(fgate_hw, hw); in flexgen_disable() 81 __clk_hw_set_clk(fgate_hw, hw); in flexgen_is_enabled() 94 __clk_hw_set_clk(mux_hw, hw); in flexgen_get_parent() 104 __clk_hw_set_clk(mux_hw, hw); in flexgen_set_parent() 139 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_recalc_rate() 140 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_recalc_rate() 159 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_set_rate() 160 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_set_rate()
|
| /Linux-v5.4/drivers/clk/tegra/ |
| D | clk-periph.c | 19 __clk_hw_set_clk(mux_hw, hw); in clk_periph_get_parent() 30 __clk_hw_set_clk(mux_hw, hw); in clk_periph_set_parent() 42 __clk_hw_set_clk(div_hw, hw); in clk_periph_recalc_rate() 54 __clk_hw_set_clk(div_hw, hw); in clk_periph_round_rate() 66 __clk_hw_set_clk(div_hw, hw); in clk_periph_set_rate() 77 __clk_hw_set_clk(gate_hw, hw); in clk_periph_is_enabled() 88 __clk_hw_set_clk(gate_hw, hw); in clk_periph_enable()
|
| D | clk-super.c | 124 __clk_hw_set_clk(div_hw, hw); in clk_super_round_rate() 135 __clk_hw_set_clk(div_hw, hw); in clk_super_recalc_rate() 146 __clk_hw_set_clk(div_hw, hw); in clk_super_set_rate()
|
| D | clk-sdmmc-mux.c | 172 __clk_hw_set_clk(gate_hw, hw); in clk_sdmmc_mux_is_enabled() 183 __clk_hw_set_clk(gate_hw, hw); in clk_sdmmc_mux_enable()
|
| /Linux-v5.4/drivers/clk/ti/ |
| D | adpll.c | 553 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_enable() 563 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_disable() 572 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_is_enabled()
|
| /Linux-v5.4/drivers/clk/pxa/ |
| D | clk-pxa.c | 66 __clk_hw_set_clk(&fix->hw, hw); in cken_recalc_rate()
|
| /Linux-v5.4/include/linux/ |
| D | clk-provider.h | 846 static inline void __clk_hw_set_clk(struct clk_hw *dst, struct clk_hw *src) in __clk_hw_set_clk() function
|