Lines Matching refs:lm75
290 struct i2c_client *lm75[2]; member
1299 data->lm75[0] = i2c_new_dummy(adapter, 0x48 + (val & 0x7)); in w83791d_detect_subclients()
1301 if ((data->lm75[0] != NULL) && in w83791d_detect_subclients()
1306 data->lm75[0]->addr); in w83791d_detect_subclients()
1310 data->lm75[1] = i2c_new_dummy(adapter, in w83791d_detect_subclients()
1319 if (data->lm75[0] != NULL) in w83791d_detect_subclients()
1320 i2c_unregister_device(data->lm75[0]); in w83791d_detect_subclients()
1437 if (data->lm75[0] != NULL) in w83791d_probe()
1438 i2c_unregister_device(data->lm75[0]); in w83791d_probe()
1439 if (data->lm75[1] != NULL) in w83791d_probe()
1440 i2c_unregister_device(data->lm75[1]); in w83791d_probe()
1451 if (data->lm75[0] != NULL) in w83791d_remove()
1452 i2c_unregister_device(data->lm75[0]); in w83791d_remove()
1453 if (data->lm75[1] != NULL) in w83791d_remove()
1454 i2c_unregister_device(data->lm75[1]); in w83791d_remove()