Home
last modified time | relevance | path

Searched refs:__clk_hw_set_clk (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/clk/
Dclk-composite.c30 __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()
77 __clk_hw_set_clk(rate_hw, hw); in clk_composite_determine_rate()
123 __clk_hw_set_clk(mux_hw, hw); in clk_composite_determine_rate()
140 __clk_hw_set_clk(rate_hw, hw); in clk_composite_round_rate()
152 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate()
163 __clk_hw_set_clk(gate_hw, hw); in clk_composite_is_enabled()
174 __clk_hw_set_clk(gate_hw, hw); in clk_composite_enable()
185 __clk_hw_set_clk(gate_hw, hw); in clk_composite_disable()
/linux-4.1.27/drivers/clk/st/
Dclk-flexgen.c40 __clk_hw_set_clk(pgate_hw, hw); in flexgen_enable()
41 __clk_hw_set_clk(fgate_hw, hw); in flexgen_enable()
57 __clk_hw_set_clk(fgate_hw, hw); in flexgen_disable()
69 __clk_hw_set_clk(fgate_hw, hw); in flexgen_is_enabled()
82 __clk_hw_set_clk(mux_hw, hw); in flexgen_get_parent()
92 __clk_hw_set_clk(mux_hw, hw); in flexgen_set_parent()
127 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_recalc_rate()
128 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_recalc_rate()
144 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_set_rate()
145 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_set_rate()
Dclkgen-mux.c97 __clk_hw_set_clk(mux_hw, hw); in clkgena_divmux_enable()
119 __clk_hw_set_clk(mux_hw, hw); in clkgena_divmux_disable()
129 __clk_hw_set_clk(mux_hw, hw); in clkgena_divmux_is_enabled()
139 __clk_hw_set_clk(mux_hw, hw); in clkgena_divmux_get_parent()
177 __clk_hw_set_clk(div_hw, hw); in clkgena_divmux_recalc_rate()
188 __clk_hw_set_clk(div_hw, hw); in clkgena_divmux_set_rate()
199 __clk_hw_set_clk(div_hw, hw); in clkgena_divmux_round_rate()
/linux-4.1.27/drivers/clk/tegra/
Dclk-periph.c31 __clk_hw_set_clk(mux_hw, hw); in clk_periph_get_parent()
42 __clk_hw_set_clk(mux_hw, hw); in clk_periph_set_parent()
54 __clk_hw_set_clk(div_hw, hw); in clk_periph_recalc_rate()
66 __clk_hw_set_clk(div_hw, hw); in clk_periph_round_rate()
78 __clk_hw_set_clk(div_hw, hw); in clk_periph_set_rate()
89 __clk_hw_set_clk(gate_hw, hw); in clk_periph_is_enabled()
100 __clk_hw_set_clk(gate_hw, hw); in clk_periph_enable()
/linux-4.1.27/drivers/clk/pxa/
Dclk-pxa.c49 __clk_hw_set_clk(&fix->hw, hw); in cken_recalc_rate()
/linux-4.1.27/include/linux/
Dclk-provider.h593 static inline void __clk_hw_set_clk(struct clk_hw *dst, struct clk_hw *src) in __clk_hw_set_clk() function