Lines Matching defs:hw

35 	struct clk_hw hw;  member
39 #define to_clk_main_osc(hw) container_of(hw, struct clk_main_osc, hw) argument
42 struct clk_hw hw; member
48 #define to_clk_main_rc_osc(hw) container_of(hw, struct clk_main_rc_osc, hw) argument
51 struct clk_hw hw; member
55 #define to_clk_rm9200_main(hw) container_of(hw, struct clk_rm9200_main, hw) argument
58 struct clk_hw hw; member
63 #define to_clk_sam9x5_main(hw) container_of(hw, struct clk_sam9x5_main, hw) argument
74 static int clk_main_osc_prepare(struct clk_hw *hw) in clk_main_osc_prepare()
97 static void clk_main_osc_unprepare(struct clk_hw *hw) in clk_main_osc_unprepare()
114 static int clk_main_osc_is_prepared(struct clk_hw *hw) in clk_main_osc_is_prepared()
143 struct clk_hw *hw; in at91_clk_register_main_osc() local
180 struct clk_hw *hw; in of_at91rm9200_clk_main_osc_setup() local
212 static int clk_main_rc_osc_prepare(struct clk_hw *hw) in clk_main_rc_osc_prepare()
231 static void clk_main_rc_osc_unprepare(struct clk_hw *hw) in clk_main_rc_osc_unprepare()
246 static int clk_main_rc_osc_is_prepared(struct clk_hw *hw) in clk_main_rc_osc_is_prepared()
258 static unsigned long clk_main_rc_osc_recalc_rate(struct clk_hw *hw, in clk_main_rc_osc_recalc_rate()
266 static unsigned long clk_main_rc_osc_recalc_accuracy(struct clk_hw *hw, in clk_main_rc_osc_recalc_accuracy()
289 struct clk_hw *hw; in at91_clk_register_main_rc_osc() local
322 struct clk_hw *hw; in of_at91sam9x5_clk_main_rc_osc_setup() local
382 static int clk_rm9200_main_prepare(struct clk_hw *hw) in clk_rm9200_main_prepare()
389 static int clk_rm9200_main_is_prepared(struct clk_hw *hw) in clk_rm9200_main_is_prepared()
399 static unsigned long clk_rm9200_main_recalc_rate(struct clk_hw *hw, in clk_rm9200_main_recalc_rate()
420 struct clk_hw *hw; in at91_clk_register_rm9200_main() local
454 struct clk_hw *hw; in of_at91rm9200_clk_main_setup() local
484 static int clk_sam9x5_main_prepare(struct clk_hw *hw) in clk_sam9x5_main_prepare()
495 static int clk_sam9x5_main_is_prepared(struct clk_hw *hw) in clk_sam9x5_main_is_prepared()
502 static unsigned long clk_sam9x5_main_recalc_rate(struct clk_hw *hw, in clk_sam9x5_main_recalc_rate()
510 static int clk_sam9x5_main_set_parent(struct clk_hw *hw, u8 index) in clk_sam9x5_main_set_parent()
538 static u8 clk_sam9x5_main_get_parent(struct clk_hw *hw) in clk_sam9x5_main_get_parent()
565 struct clk_hw *hw; in at91_clk_register_sam9x5_main() local
601 struct clk_hw *hw; in of_at91sam9x5_clk_main_setup() local