Lines Matching refs:i2c_client
77 struct i2c_client *client;
93 static int lm75_read_value(struct i2c_client *client, u8 reg);
94 static int lm75_write_value(struct i2c_client *client, u8 reg, u16 value);
137 struct i2c_client *client = data->client; in set_temp()
189 lm75_probe(struct i2c_client *client, const struct i2c_device_id *id) in lm75_probe()
315 static int lm75_remove(struct i2c_client *client) in lm75_remove()
353 static int lm75_detect(struct i2c_client *new_client, in lm75_detect()
448 struct i2c_client *client = to_i2c_client(dev); in lm75_suspend()
462 struct i2c_client *client = to_i2c_client(dev); in lm75_resume()
504 static int lm75_read_value(struct i2c_client *client, u8 reg) in lm75_read_value()
512 static int lm75_write_value(struct i2c_client *client, u8 reg, u16 value) in lm75_write_value()
523 struct i2c_client *client = data->client; in lm75_update_device()