Lines Matching defs:hw
36 struct clk_hw hw; member
42 #define to_clk_main_osc(hw) container_of(hw, struct clk_main_osc, hw) argument
45 struct clk_hw hw; member
53 #define to_clk_main_rc_osc(hw) container_of(hw, struct clk_main_rc_osc, hw) argument
56 struct clk_hw hw; member
60 #define to_clk_rm9200_main(hw) container_of(hw, struct clk_rm9200_main, hw) argument
63 struct clk_hw hw; member
70 #define to_clk_sam9x5_main(hw) container_of(hw, struct clk_sam9x5_main, hw) argument
82 static int clk_main_osc_prepare(struct clk_hw *hw) in clk_main_osc_prepare()
106 static void clk_main_osc_unprepare(struct clk_hw *hw) in clk_main_osc_unprepare()
122 static int clk_main_osc_is_prepared(struct clk_hw *hw) in clk_main_osc_is_prepared()
226 static int clk_main_rc_osc_prepare(struct clk_hw *hw) in clk_main_rc_osc_prepare()
248 static void clk_main_rc_osc_unprepare(struct clk_hw *hw) in clk_main_rc_osc_unprepare()
261 static int clk_main_rc_osc_is_prepared(struct clk_hw *hw) in clk_main_rc_osc_is_prepared()
270 static unsigned long clk_main_rc_osc_recalc_rate(struct clk_hw *hw, in clk_main_rc_osc_recalc_rate()
278 static unsigned long clk_main_rc_osc_recalc_accuracy(struct clk_hw *hw, in clk_main_rc_osc_recalc_accuracy()
399 static int clk_rm9200_main_prepare(struct clk_hw *hw) in clk_rm9200_main_prepare()
406 static int clk_rm9200_main_is_prepared(struct clk_hw *hw) in clk_rm9200_main_is_prepared()
413 static unsigned long clk_rm9200_main_recalc_rate(struct clk_hw *hw, in clk_rm9200_main_recalc_rate()
489 static int clk_sam9x5_main_prepare(struct clk_hw *hw) in clk_sam9x5_main_prepare()
503 static int clk_sam9x5_main_is_prepared(struct clk_hw *hw) in clk_sam9x5_main_is_prepared()
510 static unsigned long clk_sam9x5_main_recalc_rate(struct clk_hw *hw, in clk_sam9x5_main_recalc_rate()
518 static int clk_sam9x5_main_set_parent(struct clk_hw *hw, u8 index) in clk_sam9x5_main_set_parent()
543 static u8 clk_sam9x5_main_get_parent(struct clk_hw *hw) in clk_sam9x5_main_get_parent()