Searched refs:__clk_hw_set_clk (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/clk/ |
D | clk-composite.c | 30 __clk_hw_set_clk(mux_hw, hw); in clk_composite_get_parent() 41 __clk_hw_set_clk(mux_hw, hw); in clk_composite_set_parent() 53 __clk_hw_set_clk(rate_hw, hw); in clk_composite_recalc_rate() 75 __clk_hw_set_clk(rate_hw, hw); in clk_composite_determine_rate() 124 __clk_hw_set_clk(mux_hw, hw); in clk_composite_determine_rate() 139 __clk_hw_set_clk(rate_hw, hw); in clk_composite_round_rate() 151 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate() 162 __clk_hw_set_clk(gate_hw, hw); in clk_composite_is_enabled() 173 __clk_hw_set_clk(gate_hw, hw); in clk_composite_enable() 184 __clk_hw_set_clk(gate_hw, hw); in clk_composite_disable()
|
/linux-4.4.14/drivers/clk/st/ |
D | clk-flexgen.c | 41 __clk_hw_set_clk(pgate_hw, hw); in flexgen_enable() 42 __clk_hw_set_clk(fgate_hw, hw); in flexgen_enable() 58 __clk_hw_set_clk(fgate_hw, hw); in flexgen_disable() 70 __clk_hw_set_clk(fgate_hw, hw); in flexgen_is_enabled() 83 __clk_hw_set_clk(mux_hw, hw); in flexgen_get_parent() 93 __clk_hw_set_clk(mux_hw, hw); in flexgen_set_parent() 128 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_recalc_rate() 129 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_recalc_rate() 145 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_set_rate() 146 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_set_rate()
|
D | clkgen-mux.c | 96 __clk_hw_set_clk(mux_hw, hw); in clkgena_divmux_enable() 118 __clk_hw_set_clk(mux_hw, hw); in clkgena_divmux_disable() 128 __clk_hw_set_clk(mux_hw, hw); in clkgena_divmux_is_enabled() 138 __clk_hw_set_clk(mux_hw, hw); in clkgena_divmux_get_parent() 176 __clk_hw_set_clk(div_hw, hw); in clkgena_divmux_recalc_rate() 187 __clk_hw_set_clk(div_hw, hw); in clkgena_divmux_set_rate() 198 __clk_hw_set_clk(div_hw, hw); in clkgena_divmux_round_rate()
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-periph.c | 30 __clk_hw_set_clk(mux_hw, hw); in clk_periph_get_parent() 41 __clk_hw_set_clk(mux_hw, hw); in clk_periph_set_parent() 53 __clk_hw_set_clk(div_hw, hw); in clk_periph_recalc_rate() 65 __clk_hw_set_clk(div_hw, hw); in clk_periph_round_rate() 77 __clk_hw_set_clk(div_hw, hw); in clk_periph_set_rate() 88 __clk_hw_set_clk(gate_hw, hw); in clk_periph_is_enabled() 99 __clk_hw_set_clk(gate_hw, hw); in clk_periph_enable()
|
/linux-4.4.14/drivers/clk/pxa/ |
D | clk-pxa.c | 49 __clk_hw_set_clk(&fix->hw, hw); in cken_recalc_rate()
|
/linux-4.4.14/include/linux/ |
D | clk-provider.h | 670 static inline void __clk_hw_set_clk(struct clk_hw *dst, struct clk_hw *src) in __clk_hw_set_clk() function
|