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()
1459 if (data->lm75[0] != NULL) in w83792d_probe()
1460 i2c_unregister_device(data->lm75[0]); in w83792d_probe()
1461 if (data->lm75[1] != NULL) in w83792d_probe()
1462 i2c_unregister_device(data->lm75[1]); in w83792d_probe()
1478 if (data->lm75[0] != NULL) in w83792d_remove()
1479 i2c_unregister_device(data->lm75[0]); in w83792d_remove()
1480 if (data->lm75[1] != NULL) in w83792d_remove()
1481 i2c_unregister_device(data->lm75[1]); in w83792d_remove()