Searched defs:cs2000_priv (Results 1 – 2 of 2) 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
74 struct cs2000_priv { struct75 struct clk_hw hw;76 struct i2c_client *client;77 struct clk *clk_in;78 struct clk *ref_clk;102 static int cs2000_bset(struct cs2000_priv *priv, u8 addr, u8 mask, u8 val) in cs2000_bset() argument