Searched refs:__clk_hw_set_clk (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/clk/ |
D | clk-composite.c | 17 __clk_hw_set_clk(mux_hw, hw); in clk_composite_get_parent() 28 __clk_hw_set_clk(mux_hw, hw); in clk_composite_set_parent() 40 __clk_hw_set_clk(rate_hw, hw); in clk_composite_recalc_rate() 139 __clk_hw_set_clk(rate_hw, hw); in clk_composite_determine_rate() 142 __clk_hw_set_clk(mux_hw, hw); in clk_composite_determine_rate() 157 __clk_hw_set_clk(rate_hw, hw); in clk_composite_round_rate() 169 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate() 186 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate_and_parent() 187 __clk_hw_set_clk(mux_hw, hw); in clk_composite_set_rate_and_parent() 207 __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()
|
D | clk-stm32mp1.c | 880 __clk_hw_set_clk(mux_hw, hw); in pll_get_parent()
|
/linux-6.1.9/drivers/clk/tegra/ |
D | clk-periph.c | 20 __clk_hw_set_clk(mux_hw, hw); in clk_periph_get_parent() 31 __clk_hw_set_clk(mux_hw, hw); in clk_periph_set_parent() 43 __clk_hw_set_clk(div_hw, hw); in clk_periph_recalc_rate() 55 __clk_hw_set_clk(div_hw, hw); in clk_periph_round_rate() 67 __clk_hw_set_clk(div_hw, hw); in clk_periph_set_rate() 78 __clk_hw_set_clk(gate_hw, hw); in clk_periph_is_enabled() 89 __clk_hw_set_clk(gate_hw, hw); in clk_periph_enable()
|
D | clk-super.c | 150 __clk_hw_set_clk(div_hw, hw); in clk_super_round_rate() 161 __clk_hw_set_clk(div_hw, hw); in clk_super_recalc_rate() 172 __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-6.1.9/drivers/clk/st/ |
D | clk-flexgen.c | 59 __clk_hw_set_clk(pgate_hw, hw); in flexgen_enable() 60 __clk_hw_set_clk(fgate_hw, hw); in flexgen_enable() 76 __clk_hw_set_clk(fgate_hw, hw); in flexgen_disable() 88 __clk_hw_set_clk(fgate_hw, hw); in flexgen_is_enabled() 101 __clk_hw_set_clk(mux_hw, hw); in flexgen_get_parent() 111 __clk_hw_set_clk(mux_hw, hw); in flexgen_set_parent() 146 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_recalc_rate() 147 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_recalc_rate() 166 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_set_rate() 167 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_set_rate()
|
/linux-6.1.9/drivers/clk/ti/ |
D | adpll.c | 537 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_enable() 547 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_disable() 556 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_is_enabled()
|
/linux-6.1.9/drivers/clk/pxa/ |
D | clk-pxa.c | 67 __clk_hw_set_clk(&fix->hw, hw); in cken_recalc_rate()
|
/linux-6.1.9/include/linux/ |
D | clk-provider.h | 1323 static inline void __clk_hw_set_clk(struct clk_hw *dst, struct clk_hw *src) in __clk_hw_set_clk() function
|