Lines Matching defs:hw

29 	struct clk_hw hw;  member
34 #define to_clk_main_osc(hw) container_of(hw, struct clk_main_osc, hw) argument
37 struct clk_hw hw; member
44 #define to_clk_main_rc_osc(hw) container_of(hw, struct clk_main_rc_osc, hw) argument
47 struct clk_hw hw; member
51 #define to_clk_rm9200_main(hw) container_of(hw, struct clk_rm9200_main, hw) argument
54 struct clk_hw hw; member
60 #define to_clk_sam9x5_main(hw) container_of(hw, struct clk_sam9x5_main, hw) argument
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()
159 struct clk_hw *hw; in at91_clk_register_main_osc() local
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()
299 struct clk_hw *hw; in at91_clk_register_main_rc_osc() local
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()
404 struct clk_hw *hw; in at91_clk_register_rm9200_main() local
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()
551 struct clk_hw *hw; in at91_clk_register_sam9x5_main() local