Lines Matching defs:hw
65 struct clk_hw hw; member
75 struct clk_hw hw; member
136 static int ti_fapll_enable(struct clk_hw *hw) in ti_fapll_enable()
148 static void ti_fapll_disable(struct clk_hw *hw) in ti_fapll_disable()
157 static int ti_fapll_is_enabled(struct clk_hw *hw) in ti_fapll_is_enabled()
165 static unsigned long ti_fapll_recalc_rate(struct clk_hw *hw, in ti_fapll_recalc_rate()
189 static u8 ti_fapll_get_parent(struct clk_hw *hw) in ti_fapll_get_parent()
222 static long ti_fapll_round_rate(struct clk_hw *hw, unsigned long rate, in ti_fapll_round_rate()
242 static int ti_fapll_set_rate(struct clk_hw *hw, unsigned long rate, in ti_fapll_set_rate()
280 static int ti_fapll_synth_enable(struct clk_hw *hw) in ti_fapll_synth_enable()
291 static void ti_fapll_synth_disable(struct clk_hw *hw) in ti_fapll_synth_disable()
300 static int ti_fapll_synth_is_enabled(struct clk_hw *hw) in ti_fapll_synth_is_enabled()
311 static unsigned long ti_fapll_synth_recalc_rate(struct clk_hw *hw, in ti_fapll_synth_recalc_rate()
355 static unsigned long ti_fapll_synth_get_frac_rate(struct clk_hw *hw, in ti_fapll_synth_get_frac_rate()
407 static long ti_fapll_synth_round_rate(struct clk_hw *hw, unsigned long rate, in ti_fapll_synth_round_rate()
441 static int ti_fapll_synth_set_rate(struct clk_hw *hw, unsigned long rate, in ti_fapll_synth_set_rate()