Lines Matching refs:clk_hw
29 struct clk_hw hw;
37 struct clk_hw hw;
47 struct clk_hw hw;
54 struct clk_hw hw;
71 static int clk_main_osc_prepare(struct clk_hw *hw) in clk_main_osc_prepare()
94 static void clk_main_osc_unprepare(struct clk_hw *hw) in clk_main_osc_unprepare()
111 static int clk_main_osc_is_prepared(struct clk_hw *hw) in clk_main_osc_is_prepared()
126 static int clk_main_osc_save_context(struct clk_hw *hw) in clk_main_osc_save_context()
135 static void clk_main_osc_restore_context(struct clk_hw *hw) in clk_main_osc_restore_context()
151 struct clk_hw * __init
159 struct clk_hw *hw; in at91_clk_register_main_osc()
203 static int clk_main_rc_osc_prepare(struct clk_hw *hw) in clk_main_rc_osc_prepare()
222 static void clk_main_rc_osc_unprepare(struct clk_hw *hw) in clk_main_rc_osc_unprepare()
237 static int clk_main_rc_osc_is_prepared(struct clk_hw *hw) in clk_main_rc_osc_is_prepared()
249 static unsigned long clk_main_rc_osc_recalc_rate(struct clk_hw *hw, in clk_main_rc_osc_recalc_rate()
257 static unsigned long clk_main_rc_osc_recalc_accuracy(struct clk_hw *hw, in clk_main_rc_osc_recalc_accuracy()
265 static int clk_main_rc_osc_save_context(struct clk_hw *hw) in clk_main_rc_osc_save_context()
274 static void clk_main_rc_osc_restore_context(struct clk_hw *hw) in clk_main_rc_osc_restore_context()
292 struct clk_hw * __init
299 struct clk_hw *hw; in at91_clk_register_main_rc_osc()
366 static int clk_rm9200_main_prepare(struct clk_hw *hw) in clk_rm9200_main_prepare()
373 static int clk_rm9200_main_is_prepared(struct clk_hw *hw) in clk_rm9200_main_is_prepared()
383 static unsigned long clk_rm9200_main_recalc_rate(struct clk_hw *hw, in clk_rm9200_main_recalc_rate()
397 struct clk_hw * __init
404 struct clk_hw *hw; in at91_clk_register_rm9200_main()
445 static int clk_sam9x5_main_prepare(struct clk_hw *hw) in clk_sam9x5_main_prepare()
456 static int clk_sam9x5_main_is_prepared(struct clk_hw *hw) in clk_sam9x5_main_is_prepared()
463 static unsigned long clk_sam9x5_main_recalc_rate(struct clk_hw *hw, in clk_sam9x5_main_recalc_rate()
471 static int clk_sam9x5_main_set_parent(struct clk_hw *hw, u8 index) in clk_sam9x5_main_set_parent()
499 static u8 clk_sam9x5_main_get_parent(struct clk_hw *hw) in clk_sam9x5_main_get_parent()
509 static int clk_sam9x5_main_save_context(struct clk_hw *hw) in clk_sam9x5_main_save_context()
519 static void clk_sam9x5_main_restore_context(struct clk_hw *hw) in clk_sam9x5_main_restore_context()
542 struct clk_hw * __init
551 struct clk_hw *hw; in at91_clk_register_sam9x5_main()