Lines Matching defs:hw
66 struct clk_hw hw; member
76 struct clk_hw hw; member
137 static int ti_fapll_enable(struct clk_hw *hw) in ti_fapll_enable()
149 static void ti_fapll_disable(struct clk_hw *hw) in ti_fapll_disable()
158 static int ti_fapll_is_enabled(struct clk_hw *hw) in ti_fapll_is_enabled()
166 static unsigned long ti_fapll_recalc_rate(struct clk_hw *hw, in ti_fapll_recalc_rate()
190 static u8 ti_fapll_get_parent(struct clk_hw *hw) in ti_fapll_get_parent()
223 static long ti_fapll_round_rate(struct clk_hw *hw, unsigned long rate, in ti_fapll_round_rate()
243 static int ti_fapll_set_rate(struct clk_hw *hw, unsigned long rate, in ti_fapll_set_rate()
281 static int ti_fapll_synth_enable(struct clk_hw *hw) in ti_fapll_synth_enable()
292 static void ti_fapll_synth_disable(struct clk_hw *hw) in ti_fapll_synth_disable()
301 static int ti_fapll_synth_is_enabled(struct clk_hw *hw) in ti_fapll_synth_is_enabled()
312 static unsigned long ti_fapll_synth_recalc_rate(struct clk_hw *hw, in ti_fapll_synth_recalc_rate()
356 static unsigned long ti_fapll_synth_get_frac_rate(struct clk_hw *hw, in ti_fapll_synth_get_frac_rate()
408 static long ti_fapll_synth_round_rate(struct clk_hw *hw, unsigned long rate, in ti_fapll_synth_round_rate()
442 static int ti_fapll_synth_set_rate(struct clk_hw *hw, unsigned long rate, in ti_fapll_synth_set_rate()