Lines Matching refs:clk_hw
23 struct clk_hw hw;
40 static int clk_utmi_prepare(struct clk_hw *hw) in clk_utmi_prepare()
42 struct clk_hw *hw_parent; in clk_utmi_prepare()
95 static int clk_utmi_is_prepared(struct clk_hw *hw) in clk_utmi_is_prepared()
102 static void clk_utmi_unprepare(struct clk_hw *hw) in clk_utmi_unprepare()
110 static unsigned long clk_utmi_recalc_rate(struct clk_hw *hw, in clk_utmi_recalc_rate()
117 static int clk_utmi_save_context(struct clk_hw *hw) in clk_utmi_save_context()
126 static void clk_utmi_restore_context(struct clk_hw *hw) in clk_utmi_restore_context()
143 static struct clk_hw * __init
150 struct clk_hw *hw; in at91_clk_register_utmi_internal()
178 struct clk_hw * __init
186 static int clk_utmi_sama7g5_prepare(struct clk_hw *hw) in clk_utmi_sama7g5_prepare()
189 struct clk_hw *hw_parent; in clk_utmi_sama7g5_prepare()
220 static int clk_utmi_sama7g5_is_prepared(struct clk_hw *hw) in clk_utmi_sama7g5_is_prepared()
223 struct clk_hw *hw_parent; in clk_utmi_sama7g5_is_prepared()
255 static int clk_utmi_sama7g5_save_context(struct clk_hw *hw) in clk_utmi_sama7g5_save_context()
264 static void clk_utmi_sama7g5_restore_context(struct clk_hw *hw) in clk_utmi_sama7g5_restore_context()
280 struct clk_hw * __init