Lines Matching refs:lm75
290 struct i2c_client *lm75[2]; member
1300 data->lm75[0] = i2c_new_dummy(adapter, 0x48 + (val & 0x7)); in w83791d_detect_subclients()
1302 if ((data->lm75[0] != NULL) && in w83791d_detect_subclients()
1307 data->lm75[0]->addr); in w83791d_detect_subclients()
1311 data->lm75[1] = i2c_new_dummy(adapter, in w83791d_detect_subclients()
1320 if (data->lm75[0] != NULL) in w83791d_detect_subclients()
1321 i2c_unregister_device(data->lm75[0]); in w83791d_detect_subclients()
1438 if (data->lm75[0] != NULL) in w83791d_probe()
1439 i2c_unregister_device(data->lm75[0]); in w83791d_probe()
1440 if (data->lm75[1] != NULL) in w83791d_probe()
1441 i2c_unregister_device(data->lm75[1]); in w83791d_probe()
1452 if (data->lm75[0] != NULL) in w83791d_remove()
1453 i2c_unregister_device(data->lm75[0]); in w83791d_remove()
1454 if (data->lm75[1] != NULL) in w83791d_remove()
1455 i2c_unregister_device(data->lm75[1]); in w83791d_remove()