Lines Matching refs:cs2000_priv

70 #define hw_to_priv(_hw)		container_of(_hw, struct cs2000_priv, hw)
102 struct cs2000_priv { struct
130 static int cs2000_enable_dev_config(struct cs2000_priv *priv, bool enable) in cs2000_enable_dev_config() argument
152 static int cs2000_ref_clk_bound_rate(struct cs2000_priv *priv, in cs2000_ref_clk_bound_rate()
171 static int cs2000_wait_pll_lock(struct cs2000_priv *priv) in cs2000_wait_pll_lock()
191 static int cs2000_clk_out_enable(struct cs2000_priv *priv, bool enable) in cs2000_clk_out_enable()
233 static int cs2000_ratio_set(struct cs2000_priv *priv, in cs2000_ratio_set()
255 static u32 cs2000_ratio_get(struct cs2000_priv *priv, int ch) in cs2000_ratio_get()
273 static int cs2000_ratio_select(struct cs2000_priv *priv, int ch) in cs2000_ratio_select()
299 struct cs2000_priv *priv = hw_to_priv(hw); in cs2000_recalc_rate()
311 struct cs2000_priv *priv = hw_to_priv(hw); in cs2000_round_rate()
319 static int cs2000_select_ratio_mode(struct cs2000_priv *priv, in cs2000_select_ratio_mode()
340 static int __cs2000_set_rate(struct cs2000_priv *priv, int ch, in __cs2000_set_rate()
375 struct cs2000_priv *priv = hw_to_priv(hw); in cs2000_set_rate()
381 static int cs2000_set_saved_rate(struct cs2000_priv *priv) in cs2000_set_saved_rate()
392 struct cs2000_priv *priv = hw_to_priv(hw); in cs2000_enable()
412 struct cs2000_priv *priv = hw_to_priv(hw); in cs2000_disable()
421 struct cs2000_priv *priv = hw_to_priv(hw); in cs2000_get_parent()
439 static int cs2000_clk_get(struct cs2000_priv *priv) in cs2000_clk_get()
460 static int cs2000_clk_register(struct cs2000_priv *priv) in cs2000_clk_register()
529 static int cs2000_version_print(struct cs2000_priv *priv) in cs2000_version_print()
562 struct cs2000_priv *priv = i2c_get_clientdata(client); in cs2000_remove()
573 struct cs2000_priv *priv; in cs2000_probe()
610 struct cs2000_priv *priv = dev_get_drvdata(dev); in cs2000_resume()