Lines Matching refs:i2c_client
64 struct i2c_client *i2c;
84 static int wm2000_write(struct i2c_client *i2c, unsigned int reg, in wm2000_write()
91 static unsigned int wm2000_read(struct i2c_client *i2c, unsigned int r) in wm2000_read()
106 struct i2c_client *i2c = wm2000->i2c; in wm2000_reset()
115 static int wm2000_poll_bit(struct i2c_client *i2c, in wm2000_poll_bit()
134 static int wm2000_power_up(struct i2c_client *i2c, int analogue) in wm2000_power_up()
243 static int wm2000_power_down(struct i2c_client *i2c, int analogue) in wm2000_power_down()
277 static int wm2000_enter_bypass(struct i2c_client *i2c, int analogue) in wm2000_enter_bypass()
316 static int wm2000_exit_bypass(struct i2c_client *i2c, int analogue) in wm2000_exit_bypass()
351 static int wm2000_enter_standby(struct i2c_client *i2c, int analogue) in wm2000_enter_standby()
395 static int wm2000_exit_standby(struct i2c_client *i2c, int analogue) in wm2000_exit_standby()
434 typedef int (*wm2000_mode_fn)(struct i2c_client *i2c, int analogue);
546 struct i2c_client *i2c = wm2000->i2c; in wm2000_anc_transition()
589 struct i2c_client *i2c = wm2000->i2c; in wm2000_anc_set_mode()
816 static int wm2000_i2c_probe(struct i2c_client *i2c, in wm2000_i2c_probe()
929 static int wm2000_i2c_remove(struct i2c_client *i2c) in wm2000_i2c_remove()