Lines Matching refs:i2c_client
78 struct i2c_client *client;
94 static int lm75_read_value(struct i2c_client *client, u8 reg);
95 static int lm75_write_value(struct i2c_client *client, u8 reg, u16 value);
138 struct i2c_client *client = data->client; in set_temp()
190 lm75_probe(struct i2c_client *client, const struct i2c_device_id *id) in lm75_probe()
321 static int lm75_remove(struct i2c_client *client) in lm75_remove()
360 static int lm75_detect(struct i2c_client *new_client, in lm75_detect()
455 struct i2c_client *client = to_i2c_client(dev); in lm75_suspend()
469 struct i2c_client *client = to_i2c_client(dev); in lm75_resume()
511 static int lm75_read_value(struct i2c_client *client, u8 reg) in lm75_read_value()
519 static int lm75_write_value(struct i2c_client *client, u8 reg, u16 value) in lm75_write_value()
530 struct i2c_client *client = data->client; in lm75_update_device()