Lines Matching refs:clk_hw

31 	struct clk_hw hw;
38 struct clk_hw hw;
47 struct clk_hw hw;
54 struct clk_hw hw;
70 static int clk_main_osc_prepare(struct clk_hw *hw) in clk_main_osc_prepare()
93 static void clk_main_osc_unprepare(struct clk_hw *hw) in clk_main_osc_unprepare()
110 static int clk_main_osc_is_prepared(struct clk_hw *hw) in clk_main_osc_is_prepared()
131 static struct clk_hw * __init
139 struct clk_hw *hw; in at91_clk_register_main_osc()
176 struct clk_hw *hw; in of_at91rm9200_clk_main_osc_setup()
208 static int clk_main_rc_osc_prepare(struct clk_hw *hw) in clk_main_rc_osc_prepare()
227 static void clk_main_rc_osc_unprepare(struct clk_hw *hw) in clk_main_rc_osc_unprepare()
242 static int clk_main_rc_osc_is_prepared(struct clk_hw *hw) in clk_main_rc_osc_is_prepared()
254 static unsigned long clk_main_rc_osc_recalc_rate(struct clk_hw *hw, in clk_main_rc_osc_recalc_rate()
262 static unsigned long clk_main_rc_osc_recalc_accuracy(struct clk_hw *hw, in clk_main_rc_osc_recalc_accuracy()
278 static struct clk_hw * __init
285 struct clk_hw *hw; in at91_clk_register_main_rc_osc()
318 struct clk_hw *hw; in of_at91sam9x5_clk_main_rc_osc_setup()
375 static int clk_rm9200_main_prepare(struct clk_hw *hw) in clk_rm9200_main_prepare()
382 static int clk_rm9200_main_is_prepared(struct clk_hw *hw) in clk_rm9200_main_is_prepared()
392 static unsigned long clk_rm9200_main_recalc_rate(struct clk_hw *hw, in clk_rm9200_main_recalc_rate()
406 static struct clk_hw * __init
413 struct clk_hw *hw; in at91_clk_register_rm9200_main()
447 struct clk_hw *hw; in of_at91rm9200_clk_main_setup()
477 static int clk_sam9x5_main_prepare(struct clk_hw *hw) in clk_sam9x5_main_prepare()
488 static int clk_sam9x5_main_is_prepared(struct clk_hw *hw) in clk_sam9x5_main_is_prepared()
495 static unsigned long clk_sam9x5_main_recalc_rate(struct clk_hw *hw, in clk_sam9x5_main_recalc_rate()
503 static int clk_sam9x5_main_set_parent(struct clk_hw *hw, u8 index) in clk_sam9x5_main_set_parent()
526 static u8 clk_sam9x5_main_get_parent(struct clk_hw *hw) in clk_sam9x5_main_get_parent()
544 static struct clk_hw * __init
553 struct clk_hw *hw; in at91_clk_register_sam9x5_main()
589 struct clk_hw *hw; in of_at91sam9x5_clk_main_setup()