Home
last modified time | relevance | path

Searched refs:haptic (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/mfd/
Dmax8997.c148 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()
/linux-2.6.39/include/linux/mfd/
Dmax8997-private.h323 struct i2c_client *haptic; /* slave addr 0x90 */ member