• Home
  • Raw
  • Download

Lines Matching refs:clk_hw

29 	struct clk_hw hw;
36 struct clk_hw hw;
45 struct clk_hw hw;
52 struct clk_hw hw;
68 static int clk_main_osc_prepare(struct clk_hw *hw) in clk_main_osc_prepare()
91 static void clk_main_osc_unprepare(struct clk_hw *hw) in clk_main_osc_unprepare()
108 static int clk_main_osc_is_prepared(struct clk_hw *hw) in clk_main_osc_is_prepared()
129 struct clk_hw * __init
137 struct clk_hw *hw; in at91_clk_register_main_osc()
181 static int clk_main_rc_osc_prepare(struct clk_hw *hw) in clk_main_rc_osc_prepare()
200 static void clk_main_rc_osc_unprepare(struct clk_hw *hw) in clk_main_rc_osc_unprepare()
215 static int clk_main_rc_osc_is_prepared(struct clk_hw *hw) in clk_main_rc_osc_is_prepared()
227 static unsigned long clk_main_rc_osc_recalc_rate(struct clk_hw *hw, in clk_main_rc_osc_recalc_rate()
235 static unsigned long clk_main_rc_osc_recalc_accuracy(struct clk_hw *hw, in clk_main_rc_osc_recalc_accuracy()
251 struct clk_hw * __init
258 struct clk_hw *hw; in at91_clk_register_main_rc_osc()
325 static int clk_rm9200_main_prepare(struct clk_hw *hw) in clk_rm9200_main_prepare()
332 static int clk_rm9200_main_is_prepared(struct clk_hw *hw) in clk_rm9200_main_is_prepared()
342 static unsigned long clk_rm9200_main_recalc_rate(struct clk_hw *hw, in clk_rm9200_main_recalc_rate()
356 struct clk_hw * __init
363 struct clk_hw *hw; in at91_clk_register_rm9200_main()
404 static int clk_sam9x5_main_prepare(struct clk_hw *hw) in clk_sam9x5_main_prepare()
415 static int clk_sam9x5_main_is_prepared(struct clk_hw *hw) in clk_sam9x5_main_is_prepared()
422 static unsigned long clk_sam9x5_main_recalc_rate(struct clk_hw *hw, in clk_sam9x5_main_recalc_rate()
430 static int clk_sam9x5_main_set_parent(struct clk_hw *hw, u8 index) in clk_sam9x5_main_set_parent()
458 static u8 clk_sam9x5_main_get_parent(struct clk_hw *hw) in clk_sam9x5_main_get_parent()
476 struct clk_hw * __init
485 struct clk_hw *hw; in at91_clk_register_sam9x5_main()