Lines Matching defs:hw
33 struct clk_hw hw; member
40 struct clk_hw hw; member
48 struct clk_hw hw; member
72 static unsigned long pll_clk_recalc_rate(struct clk_hw *hw, in pll_clk_recalc_rate()
94 static long pll_clk_round_rate(struct clk_hw *hw, unsigned long rate, in pll_clk_round_rate()
125 static int pll_clk_set_rate(struct clk_hw *hw, unsigned long rate, in pll_clk_set_rate()
161 static long cpu_clk_round_rate(struct clk_hw *hw, unsigned long rate, in cpu_clk_round_rate()
174 static unsigned long cpu_clk_recalc_rate(struct clk_hw *hw, in cpu_clk_recalc_rate()
241 static int usb_pll_clk_enable(struct clk_hw *hw) in usb_pll_clk_enable()
260 static unsigned long usb_pll_clk_recalc_rate(struct clk_hw *hw, unsigned long parent_rate) in usb_pll_clk_recalc_rate()
295 static u8 dmn_clk_get_parent(struct clk_hw *hw) in dmn_clk_get_parent()
309 static int dmn_clk_set_parent(struct clk_hw *hw, u8 parent) in dmn_clk_set_parent()
327 static unsigned long dmn_clk_recalc_rate(struct clk_hw *hw, in dmn_clk_recalc_rate()
350 static long dmn_clk_round_rate(struct clk_hw *hw, unsigned long rate, in dmn_clk_round_rate()
371 static int dmn_clk_set_rate(struct clk_hw *hw, unsigned long rate, in dmn_clk_set_rate()
402 static int cpu_clk_set_rate(struct clk_hw *hw, unsigned long rate, in cpu_clk_set_rate()
630 static int std_clk_is_enabled(struct clk_hw *hw) in std_clk_is_enabled()
643 static int std_clk_enable(struct clk_hw *hw) in std_clk_enable()
660 static void std_clk_disable(struct clk_hw *hw) in std_clk_disable()