Searched defs:cs2000_priv (Results 1 – 1 of 1) sorted by relevance
102 struct cs2000_priv { struct103 struct clk_hw hw;104 struct i2c_client *client;105 struct clk *clk_in;106 struct clk *ref_clk;130 static int cs2000_enable_dev_config(struct cs2000_priv *priv, bool enable) in cs2000_enable_dev_config() argument