Lines Matching refs:lm75
281 struct i2c_client *lm75[2]; member
968 data->lm75[0] = i2c_new_dummy(adapter, 0x48 + (val & 0x7)); in w83792d_detect_subclients()
970 if ((data->lm75[0] != NULL) && in w83792d_detect_subclients()
974 data->lm75[0]->addr); in w83792d_detect_subclients()
978 data->lm75[1] = i2c_new_dummy(adapter, in w83792d_detect_subclients()
987 if (data->lm75[0] != NULL) in w83792d_detect_subclients()
988 i2c_unregister_device(data->lm75[0]); in w83792d_detect_subclients()
1443 if (data->lm75[0] != NULL) in w83792d_probe()
1444 i2c_unregister_device(data->lm75[0]); in w83792d_probe()
1445 if (data->lm75[1] != NULL) in w83792d_probe()
1446 i2c_unregister_device(data->lm75[1]); in w83792d_probe()
1462 if (data->lm75[0] != NULL) in w83792d_remove()
1463 i2c_unregister_device(data->lm75[0]); in w83792d_remove()
1464 if (data->lm75[1] != NULL) in w83792d_remove()
1465 i2c_unregister_device(data->lm75[1]); in w83792d_remove()