Searched refs:haptic (Results 1 – 2 of 2) sorted by relevance
148 max8997->haptic = i2c_new_dummy(i2c->adapter, I2C_ADDR_HAPTIC); in max8997_i2c_probe()149 i2c_set_clientdata(max8997->haptic, max8997); in max8997_i2c_probe()172 i2c_unregister_device(max8997->haptic); in max8997_i2c_probe()185 i2c_unregister_device(max8997->haptic); in max8997_i2c_remove()
323 struct i2c_client *haptic; /* slave addr 0x90 */ member