Searched refs:cs2000_priv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-cs2000-cp.c | 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() 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 *pri in cs2000_recalc_rate() [all...] |
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-cs2000-cp.c | 66 #define hw_to_priv(_hw) container_of(_hw, struct cs2000_priv, hw) 74 struct cs2000_priv { struct 102 static int cs2000_bset(struct cs2000_priv *priv, u8 addr, u8 mask, u8 val) in cs2000_bset() 116 static int cs2000_enable_dev_config(struct cs2000_priv *priv, bool enable) in cs2000_enable_dev_config() 144 static int cs2000_clk_in_bound_rate(struct cs2000_priv *priv, in cs2000_clk_in_bound_rate() 163 static int cs2000_wait_pll_lock(struct cs2000_priv *priv) in cs2000_wait_pll_lock() 183 static int cs2000_clk_out_enable(struct cs2000_priv *priv, bool enable) in cs2000_clk_out_enable() 223 static int cs2000_ratio_set(struct cs2000_priv *priv, in cs2000_ratio_set() 245 static u32 cs2000_ratio_get(struct cs2000_priv *priv, int ch) in cs2000_ratio_get() 263 static int cs2000_ratio_select(struct cs2000_priv *pri [all...] |
Completed in 2 milliseconds