Lines Matching defs:hw
19 struct clk_hw hw; member
47 static int clk_aic32x4_pll_prepare(struct clk_hw *hw) in clk_aic32x4_pll_prepare()
55 static void clk_aic32x4_pll_unprepare(struct clk_hw *hw) in clk_aic32x4_pll_unprepare()
63 static int clk_aic32x4_pll_is_prepared(struct clk_hw *hw) in clk_aic32x4_pll_is_prepared()
193 static unsigned long clk_aic32x4_pll_recalc_rate(struct clk_hw *hw, in clk_aic32x4_pll_recalc_rate()
207 static long clk_aic32x4_pll_round_rate(struct clk_hw *hw, in clk_aic32x4_pll_round_rate()
221 static int clk_aic32x4_pll_set_rate(struct clk_hw *hw, in clk_aic32x4_pll_set_rate()
243 static int clk_aic32x4_pll_set_parent(struct clk_hw *hw, u8 index) in clk_aic32x4_pll_set_parent()
253 static u8 clk_aic32x4_pll_get_parent(struct clk_hw *hw) in clk_aic32x4_pll_get_parent()
275 static int clk_aic32x4_codec_clkin_set_parent(struct clk_hw *hw, u8 index) in clk_aic32x4_codec_clkin_set_parent()
284 static u8 clk_aic32x4_codec_clkin_get_parent(struct clk_hw *hw) in clk_aic32x4_codec_clkin_get_parent()
299 static int clk_aic32x4_div_prepare(struct clk_hw *hw) in clk_aic32x4_div_prepare()
307 static void clk_aic32x4_div_unprepare(struct clk_hw *hw) in clk_aic32x4_div_unprepare()
315 static int clk_aic32x4_div_set_rate(struct clk_hw *hw, unsigned long rate, in clk_aic32x4_div_set_rate()
329 static long clk_aic32x4_div_round_rate(struct clk_hw *hw, unsigned long rate, in clk_aic32x4_div_round_rate()
341 static unsigned long clk_aic32x4_div_recalc_rate(struct clk_hw *hw, in clk_aic32x4_div_recalc_rate()
361 static int clk_aic32x4_bdiv_set_parent(struct clk_hw *hw, u8 index) in clk_aic32x4_bdiv_set_parent()
369 static u8 clk_aic32x4_bdiv_get_parent(struct clk_hw *hw) in clk_aic32x4_bdiv_get_parent()