Lines Matching refs:clk_hw

29 	struct clk_hw hw;
37 struct clk_hw hw;
47 struct clk_hw hw;
54 struct clk_hw hw;
71 static int clk_main_osc_prepare(struct clk_hw *hw)
94 static void clk_main_osc_unprepare(struct clk_hw *hw)
111 static int clk_main_osc_is_prepared(struct clk_hw *hw)
126 static int clk_main_osc_save_context(struct clk_hw *hw)
135 static void clk_main_osc_restore_context(struct clk_hw *hw)
151 struct clk_hw * __init
160 struct clk_hw *hw;
207 static int clk_main_rc_osc_prepare(struct clk_hw *hw)
226 static void clk_main_rc_osc_unprepare(struct clk_hw *hw)
241 static int clk_main_rc_osc_is_prepared(struct clk_hw *hw)
253 static unsigned long clk_main_rc_osc_recalc_rate(struct clk_hw *hw,
261 static unsigned long clk_main_rc_osc_recalc_accuracy(struct clk_hw *hw,
269 static int clk_main_rc_osc_save_context(struct clk_hw *hw)
278 static void clk_main_rc_osc_restore_context(struct clk_hw *hw)
296 struct clk_hw * __init
303 struct clk_hw *hw;
370 static int clk_rm9200_main_prepare(struct clk_hw *hw)
377 static int clk_rm9200_main_is_prepared(struct clk_hw *hw)
387 static unsigned long clk_rm9200_main_recalc_rate(struct clk_hw *hw,
401 struct clk_hw * __init
405 struct clk_hw *parent_hw)
409 struct clk_hw *hw;
425 init.parent_hws = (const struct clk_hw **)&parent_hw;
453 static int clk_sam9x5_main_prepare(struct clk_hw *hw)
464 static int clk_sam9x5_main_is_prepared(struct clk_hw *hw)
471 static unsigned long clk_sam9x5_main_recalc_rate(struct clk_hw *hw,
479 static int clk_sam9x5_main_set_parent(struct clk_hw *hw, u8 index)
507 static u8 clk_sam9x5_main_get_parent(struct clk_hw *hw)
517 static int clk_sam9x5_main_save_context(struct clk_hw *hw)
527 static void clk_sam9x5_main_restore_context(struct clk_hw *hw)
551 struct clk_hw * __init
555 struct clk_hw **parent_hws,
561 struct clk_hw *hw;
577 init.parent_hws = (const struct clk_hw **)parent_hws;