Lines Matching refs:clk_hw

30 	struct clk_hw hw;
39 struct clk_hw hw;
49 struct clk_hw hw;
60 struct clk_hw hw;
68 static int clk_slow_osc_prepare(struct clk_hw *hw) in clk_slow_osc_prepare()
87 static void clk_slow_osc_unprepare(struct clk_hw *hw) in clk_slow_osc_unprepare()
99 static int clk_slow_osc_is_prepared(struct clk_hw *hw) in clk_slow_osc_is_prepared()
117 static struct clk_hw * __init
126 struct clk_hw *hw; in at91_clk_register_slow_osc()
162 static void at91_clk_unregister_slow_osc(struct clk_hw *hw) in at91_clk_unregister_slow_osc()
170 static unsigned long clk_slow_rc_osc_recalc_rate(struct clk_hw *hw, in clk_slow_rc_osc_recalc_rate()
178 static unsigned long clk_slow_rc_osc_recalc_accuracy(struct clk_hw *hw, in clk_slow_rc_osc_recalc_accuracy()
186 static int clk_slow_rc_osc_prepare(struct clk_hw *hw) in clk_slow_rc_osc_prepare()
201 static void clk_slow_rc_osc_unprepare(struct clk_hw *hw) in clk_slow_rc_osc_unprepare()
209 static int clk_slow_rc_osc_is_prepared(struct clk_hw *hw) in clk_slow_rc_osc_is_prepared()
224 static struct clk_hw * __init
233 struct clk_hw *hw; in at91_clk_register_slow_rc_osc()
267 static void at91_clk_unregister_slow_rc_osc(struct clk_hw *hw) in at91_clk_unregister_slow_rc_osc()
275 static int clk_sam9x5_slow_set_parent(struct clk_hw *hw, u8 index) in clk_sam9x5_slow_set_parent()
305 static u8 clk_sam9x5_slow_get_parent(struct clk_hw *hw) in clk_sam9x5_slow_get_parent()
317 static struct clk_hw * __init
325 struct clk_hw *hw; in at91_clk_register_sam9x5_slow()
357 static void at91_clk_unregister_sam9x5_slow(struct clk_hw *hw) in at91_clk_unregister_sam9x5_slow()
373 struct clk_hw *slow_rc, *slow_osc, *slowck; in at91sam9x5_sckc_register()
465 struct clk_hw *slow_rc, *slow_osc; in of_sam9x60_sckc_setup()
529 static int clk_sama5d4_slow_osc_prepare(struct clk_hw *hw) in clk_sama5d4_slow_osc_prepare()
554 static int clk_sama5d4_slow_osc_is_prepared(struct clk_hw *hw) in clk_sama5d4_slow_osc_is_prepared()
573 struct clk_hw *slow_rc, *slowck; in of_sama5d4_sckc_setup()