Home
last modified time | relevance | path

Searched defs:cs2000_priv (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/clk/
Dclk-cs2000-cp.c102 struct cs2000_priv { struct
103 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
/kernel/linux/linux-5.10/drivers/clk/
Dclk-cs2000-cp.c74 struct cs2000_priv { struct
75 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