Lines Matching refs:clk_hw
23 struct clk_hw hw;
40 static int clk_utmi_prepare(struct clk_hw *hw)
42 struct clk_hw *hw_parent;
95 static int clk_utmi_is_prepared(struct clk_hw *hw)
102 static void clk_utmi_unprepare(struct clk_hw *hw)
110 static unsigned long clk_utmi_recalc_rate(struct clk_hw *hw,
117 static int clk_utmi_save_context(struct clk_hw *hw)
126 static void clk_utmi_restore_context(struct clk_hw *hw)
143 static struct clk_hw * __init
147 struct clk_hw *parent_hw,
151 struct clk_hw *hw;
165 init.parent_hws = parent_hw ? (const struct clk_hw **)&parent_hw : NULL;
187 struct clk_hw * __init
190 struct clk_hw *parent_hw)
196 static int clk_utmi_sama7g5_prepare(struct clk_hw *hw)
199 struct clk_hw *hw_parent;
230 static int clk_utmi_sama7g5_is_prepared(struct clk_hw *hw)
233 struct clk_hw *hw_parent;
265 static int clk_utmi_sama7g5_save_context(struct clk_hw *hw)
274 static void clk_utmi_sama7g5_restore_context(struct clk_hw *hw)
290 struct clk_hw * __init
292 const char *parent_name, struct clk_hw *parent_hw)