Lines Matching refs:clk_hw
19 struct clk_hw clkout1_hw;
20 struct clk_hw clkout2_hw;
23 static unsigned long rk808_clkout_recalc_rate(struct clk_hw *hw, in rk808_clkout_recalc_rate()
29 static int rk808_clkout2_enable(struct clk_hw *hw, bool enable) in rk808_clkout2_enable()
40 static int rk808_clkout2_prepare(struct clk_hw *hw) in rk808_clkout2_prepare()
45 static void rk808_clkout2_unprepare(struct clk_hw *hw) in rk808_clkout2_unprepare()
50 static int rk808_clkout2_is_prepared(struct clk_hw *hw) in rk808_clkout2_is_prepared()
77 static struct clk_hw *
91 static int rk817_clkout2_enable(struct clk_hw *hw, bool enable) in rk817_clkout2_enable()
103 static int rk817_clkout2_prepare(struct clk_hw *hw) in rk817_clkout2_prepare()
108 static void rk817_clkout2_unprepare(struct clk_hw *hw) in rk817_clkout2_unprepare()
113 static int rk817_clkout2_is_prepared(struct clk_hw *hw) in rk817_clkout2_is_prepared()