Lines Matching refs:lm75
281 struct i2c_client *lm75[2]; member
965 data->lm75[0] = i2c_new_dummy(adapter, 0x48 + (val & 0x7)); in w83792d_detect_subclients()
967 if ((data->lm75[0] != NULL) && in w83792d_detect_subclients()
971 data->lm75[0]->addr); in w83792d_detect_subclients()
975 data->lm75[1] = i2c_new_dummy(adapter, in w83792d_detect_subclients()
984 if (data->lm75[0] != NULL) in w83792d_detect_subclients()
985 i2c_unregister_device(data->lm75[0]); in w83792d_detect_subclients()
1460 if (data->lm75[0] != NULL) in w83792d_probe()
1461 i2c_unregister_device(data->lm75[0]); in w83792d_probe()
1462 if (data->lm75[1] != NULL) in w83792d_probe()
1463 i2c_unregister_device(data->lm75[1]); in w83792d_probe()
1479 if (data->lm75[0] != NULL) in w83792d_remove()
1480 i2c_unregister_device(data->lm75[0]); in w83792d_remove()
1481 if (data->lm75[1] != NULL) in w83792d_remove()
1482 i2c_unregister_device(data->lm75[1]); in w83792d_remove()