Lines Matching refs:clk_hw
434 struct clk_hw hw;
486 static int syscon_clk_prepare(struct clk_hw *hw) in syscon_clk_prepare()
496 static void syscon_clk_unprepare(struct clk_hw *hw) in syscon_clk_unprepare()
508 static int syscon_clk_enable(struct clk_hw *hw) in syscon_clk_enable()
523 static void syscon_clk_disable(struct clk_hw *hw) in syscon_clk_disable()
539 static int syscon_clk_is_enabled(struct clk_hw *hw) in syscon_clk_is_enabled()
564 syscon_clk_recalc_rate(struct clk_hw *hw, in syscon_clk_recalc_rate()
632 syscon_clk_round_rate(struct clk_hw *hw, unsigned long rate, in syscon_clk_round_rate()
649 static int syscon_clk_set_rate(struct clk_hw *hw, unsigned long rate, in syscon_clk_set_rate()
944 struct clk_hw hw;
950 static int mclk_clk_prepare(struct clk_hw *hw) in mclk_clk_prepare()
978 mclk_clk_recalc_rate(struct clk_hw *hw, in mclk_clk_recalc_rate()
1041 mclk_clk_round_rate(struct clk_hw *hw, unsigned long rate, in mclk_clk_round_rate()
1062 static int mclk_clk_set_rate(struct clk_hw *hw, unsigned long rate, in mclk_clk_set_rate()