Symbol: cs2000_priv
drivers/clk/clk-cs2000-cp.c
130
static int cs2000_enable_dev_config(struct cs2000_priv *priv, bool enable)
drivers/clk/clk-cs2000-cp.c
152
static int cs2000_ref_clk_bound_rate(struct cs2000_priv *priv,
drivers/clk/clk-cs2000-cp.c
171
static int cs2000_wait_pll_lock(struct cs2000_priv *priv)
drivers/clk/clk-cs2000-cp.c
191
static int cs2000_clk_out_enable(struct cs2000_priv *priv, bool enable)
drivers/clk/clk-cs2000-cp.c
233
static int cs2000_ratio_set(struct cs2000_priv *priv,
drivers/clk/clk-cs2000-cp.c
255
static u32 cs2000_ratio_get(struct cs2000_priv *priv, int ch)
drivers/clk/clk-cs2000-cp.c
273
static int cs2000_ratio_select(struct cs2000_priv *priv, int ch)
drivers/clk/clk-cs2000-cp.c
299
struct cs2000_priv *priv = hw_to_priv(hw);
drivers/clk/clk-cs2000-cp.c
311
struct cs2000_priv *priv = hw_to_priv(hw);
drivers/clk/clk-cs2000-cp.c
323
static int cs2000_select_ratio_mode(struct cs2000_priv *priv,
drivers/clk/clk-cs2000-cp.c
344
static int __cs2000_set_rate(struct cs2000_priv *priv, int ch,
drivers/clk/clk-cs2000-cp.c
379
struct cs2000_priv *priv = hw_to_priv(hw);
drivers/clk/clk-cs2000-cp.c
385
static int cs2000_set_saved_rate(struct cs2000_priv *priv)
drivers/clk/clk-cs2000-cp.c
396
struct cs2000_priv *priv = hw_to_priv(hw);
drivers/clk/clk-cs2000-cp.c
416
struct cs2000_priv *priv = hw_to_priv(hw);
drivers/clk/clk-cs2000-cp.c
425
struct cs2000_priv *priv = hw_to_priv(hw);
drivers/clk/clk-cs2000-cp.c
443
static int cs2000_clk_get(struct cs2000_priv *priv)
drivers/clk/clk-cs2000-cp.c
464
static int cs2000_clk_register(struct cs2000_priv *priv)
drivers/clk/clk-cs2000-cp.c
533
static int cs2000_version_print(struct cs2000_priv *priv)
drivers/clk/clk-cs2000-cp.c
566
struct cs2000_priv *priv = i2c_get_clientdata(client);
drivers/clk/clk-cs2000-cp.c
577
struct cs2000_priv *priv;
drivers/clk/clk-cs2000-cp.c
614
struct cs2000_priv *priv = dev_get_drvdata(dev);
drivers/clk/clk-cs2000-cp.c
70
#define hw_to_priv(_hw) container_of(_hw, struct cs2000_priv, hw)