Lines Matching defs:hw
35 struct clk_hw hw; member
42 struct clk_hw hw; member
50 struct clk_hw hw; member
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()
176 static unsigned long cpu_clk_recalc_rate(struct clk_hw *hw, in cpu_clk_recalc_rate()
243 static int usb_pll_clk_enable(struct clk_hw *hw) in usb_pll_clk_enable()
262 static unsigned long usb_pll_clk_recalc_rate(struct clk_hw *hw, unsigned long parent_rate) in usb_pll_clk_recalc_rate()
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()