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()
228 static int clk_main_rc_osc_prepare(struct clk_hw *hw) in clk_main_rc_osc_prepare()
250 static void clk_main_rc_osc_unprepare(struct clk_hw *hw) in clk_main_rc_osc_unprepare()
263 static int clk_main_rc_osc_is_prepared(struct clk_hw *hw) in clk_main_rc_osc_is_prepared()
272 static unsigned long clk_main_rc_osc_recalc_rate(struct clk_hw *hw, in clk_main_rc_osc_recalc_rate()
280 static unsigned long clk_main_rc_osc_recalc_accuracy(struct clk_hw *hw, in clk_main_rc_osc_recalc_accuracy()
401 static int clk_rm9200_main_prepare(struct clk_hw *hw) in clk_rm9200_main_prepare()
408 static int clk_rm9200_main_is_prepared(struct clk_hw *hw) in clk_rm9200_main_is_prepared()
415 static unsigned long clk_rm9200_main_recalc_rate(struct clk_hw *hw, in clk_rm9200_main_recalc_rate()
491 static int clk_sam9x5_main_prepare(struct clk_hw *hw) in clk_sam9x5_main_prepare()
505 static int clk_sam9x5_main_is_prepared(struct clk_hw *hw) in clk_sam9x5_main_is_prepared()
512 static unsigned long clk_sam9x5_main_recalc_rate(struct clk_hw *hw, in clk_sam9x5_main_recalc_rate()
520 static int clk_sam9x5_main_set_parent(struct clk_hw *hw, u8 index) in clk_sam9x5_main_set_parent()
545 static u8 clk_sam9x5_main_get_parent(struct clk_hw *hw) in clk_sam9x5_main_get_parent()