Lines Matching defs:client
117 struct i2c_client *client; member
130 static int lm80_read_value(struct i2c_client *client, u8 reg) in lm80_read_value()
135 static int lm80_write_value(struct i2c_client *client, u8 reg, u8 value) in lm80_write_value()
141 static void lm80_init_client(struct i2c_client *client) in lm80_init_client()
159 struct i2c_client *client = data->client; in lm80_update_device() local
275 struct i2c_client *client = data->client; in in_store() local
321 struct i2c_client *client = data->client; in fan_store() local
348 struct i2c_client *client = data->client; in fan_div_store() local
417 struct i2c_client *client = data->client; in temp_store() local
549 static int lm80_detect(struct i2c_client *client, struct i2c_board_info *info) in lm80_detect()
594 static int lm80_probe(struct i2c_client *client) in lm80_probe()