Lines Matching +defs:val +defs:client
46 struct i2c_client *client; member
61 static u16 emc6w201_read16(struct i2c_client *client, u8 reg) in emc6w201_read16()
80 static int emc6w201_write16(struct i2c_client *client, u8 reg, u16 val) in emc6w201_write16()
95 static u8 emc6w201_read8(struct i2c_client *client, u8 reg) in emc6w201_read8()
97 int val; in emc6w201_read8() local
110 static int emc6w201_write8(struct i2c_client *client, u8 reg, u8 val) in emc6w201_write8()
125 struct i2c_client *client = data->client; in emc6w201_update_device() local
194 struct i2c_client *client = data->client; in in_store() local
198 long val; in in_store() local
233 struct i2c_client *client = data->client; in temp_store() local
237 long val; in temp_store() local
277 struct i2c_client *client = data->client; in fan_store() local
281 unsigned long val; in fan_store() local
411 static int emc6w201_detect(struct i2c_client *client, in emc6w201_detect()
447 static int emc6w201_probe(struct i2c_client *client) in emc6w201_probe()