Lines Matching refs:clk_hw

35 	struct clk_hw hw;
42 struct clk_hw hw;
50 struct clk_hw hw;
56 static int std_clk_is_enabled(struct clk_hw *hw);
57 static int std_clk_enable(struct clk_hw *hw);
58 static void std_clk_disable(struct clk_hw *hw);
74 static unsigned long pll_clk_recalc_rate(struct clk_hw *hw, in pll_clk_recalc_rate()
96 static long pll_clk_round_rate(struct clk_hw *hw, unsigned long rate, in pll_clk_round_rate()
127 static int pll_clk_set_rate(struct clk_hw *hw, unsigned long rate, in pll_clk_set_rate()
163 static long cpu_clk_round_rate(struct clk_hw *hw, unsigned long rate, in cpu_clk_round_rate()
170 struct clk_hw *parent_clk = clk_hw_get_parent(hw); in cpu_clk_round_rate()
171 struct clk_hw *pll_parent_clk = clk_hw_get_parent(parent_clk); in cpu_clk_round_rate()
176 static unsigned long cpu_clk_recalc_rate(struct clk_hw *hw, in cpu_clk_recalc_rate()
183 struct clk_hw *parent_clk = clk_hw_get_parent(hw); in cpu_clk_recalc_rate()
243 static int usb_pll_clk_enable(struct clk_hw *hw) in usb_pll_clk_enable()
255 static void usb_pll_clk_disable(struct clk_hw *clk) in usb_pll_clk_disable()
262 static unsigned long usb_pll_clk_recalc_rate(struct clk_hw *hw, unsigned long parent_rate) in usb_pll_clk_recalc_rate()
281 static struct clk_hw usb_pll_clk_hw = {
297 static u8 dmn_clk_get_parent(struct clk_hw *hw) in dmn_clk_get_parent()
311 static int dmn_clk_set_parent(struct clk_hw *hw, u8 parent) in dmn_clk_set_parent()
329 static unsigned long dmn_clk_recalc_rate(struct clk_hw *hw, in dmn_clk_recalc_rate()
352 static long dmn_clk_round_rate(struct clk_hw *hw, unsigned long rate, in dmn_clk_round_rate()
373 static int dmn_clk_set_rate(struct clk_hw *hw, unsigned long rate, in dmn_clk_set_rate()
404 static int cpu_clk_set_rate(struct clk_hw *hw, unsigned long rate, in cpu_clk_set_rate()
632 static int std_clk_is_enabled(struct clk_hw *hw) in std_clk_is_enabled()
645 static int std_clk_enable(struct clk_hw *hw) in std_clk_enable()
662 static void std_clk_disable(struct clk_hw *hw) in std_clk_disable()