Lines Matching refs:i2c_client
114 int msp_reset(struct i2c_client *client) in msp_reset()
159 static int msp_read(struct i2c_client *client, int dev, int addr) in msp_read()
200 int msp_read_dem(struct i2c_client *client, int addr) in msp_read_dem()
205 int msp_read_dsp(struct i2c_client *client, int addr) in msp_read_dsp()
210 static int msp_write(struct i2c_client *client, int dev, int addr, int val) in msp_write()
238 int msp_write_dem(struct i2c_client *client, int addr, int val) in msp_write_dem()
243 int msp_write_dsp(struct i2c_client *client, int addr, int val) in msp_write_dsp()
289 void msp_set_scart(struct i2c_client *client, int in, int out) in msp_set_scart()
315 static void msp_wake_thread(struct i2c_client *client) in msp_wake_thread()
351 struct i2c_client *client = v4l2_get_subdevdata(&state->sd); in msp_s_ctrl()
424 struct i2c_client *client = v4l2_get_subdevdata(sd); in msp_s_radio()
450 struct i2c_client *client = v4l2_get_subdevdata(sd); in msp_s_frequency()
460 struct i2c_client *client = v4l2_get_subdevdata(sd); in msp_querystd()
474 struct i2c_client *client = v4l2_get_subdevdata(sd); in msp_s_std()
488 struct i2c_client *client = v4l2_get_subdevdata(sd); in msp_s_routing()
523 struct i2c_client *client = v4l2_get_subdevdata(sd); in msp_g_tuner()
541 struct i2c_client *client = v4l2_get_subdevdata(sd); in msp_s_tuner()
556 struct i2c_client *client = v4l2_get_subdevdata(sd); in msp_s_i2s_clock_freq()
576 struct i2c_client *client = v4l2_get_subdevdata(sd); in msp_log_status()
622 struct i2c_client *client = to_i2c_client(dev); in msp_suspend()
630 struct i2c_client *client = to_i2c_client(dev); in msp_resume()
680 static int msp_probe(struct i2c_client *client, const struct i2c_device_id *id) in msp_probe()
867 static int msp_remove(struct i2c_client *client) in msp_remove()