Lines Matching refs:clk_hw
435 struct clk_hw hw;
487 static int syscon_clk_prepare(struct clk_hw *hw) in syscon_clk_prepare()
497 static void syscon_clk_unprepare(struct clk_hw *hw) in syscon_clk_unprepare()
509 static int syscon_clk_enable(struct clk_hw *hw) in syscon_clk_enable()
524 static void syscon_clk_disable(struct clk_hw *hw) in syscon_clk_disable()
540 static int syscon_clk_is_enabled(struct clk_hw *hw) in syscon_clk_is_enabled()
565 syscon_clk_recalc_rate(struct clk_hw *hw, in syscon_clk_recalc_rate()
633 syscon_clk_round_rate(struct clk_hw *hw, unsigned long rate, in syscon_clk_round_rate()
650 static int syscon_clk_set_rate(struct clk_hw *hw, unsigned long rate, in syscon_clk_set_rate()
945 struct clk_hw hw;
951 static int mclk_clk_prepare(struct clk_hw *hw) in mclk_clk_prepare()
979 mclk_clk_recalc_rate(struct clk_hw *hw, in mclk_clk_recalc_rate()
1042 mclk_clk_round_rate(struct clk_hw *hw, unsigned long rate, in mclk_clk_round_rate()
1063 static int mclk_clk_set_rate(struct clk_hw *hw, unsigned long rate, in mclk_clk_set_rate()