Lines Matching defs:client
91 static int wf_lm75_probe(struct i2c_client *client,
101 ds1775 = !!of_device_get_match_data(&client->dev);
104 ds1775 ? "ds1775" : "lm75", client->addr);
106 loc = of_get_property(client->dev.of_node, "hwsensor-location", NULL);
108 dev_warn(&client->dev, "Missing hwsensor-location property!\n");
140 lm->i2c = client;
143 i2c_set_clientdata(client, lm);
151 static int wf_lm75_remove(struct i2c_client *client)
153 struct wf_lm75_sensor *lm = i2c_get_clientdata(client);
155 /* Mark client detached */