Searched defs:max8997_dev (Results 1 – 1 of 1) sorted by relevance
381 struct max8997_dev { struct382 struct device *dev;383 struct max8997_platform_data *pdata;384 struct i2c_client *i2c; /* 0xcc / PMIC, Battery Control, and FLASH */385 struct i2c_client *rtc; /* slave addr 0x0c */386 struct i2c_client *haptic; /* slave addr 0x90 */387 struct i2c_client *muic; /* slave addr 0x4a */388 struct mutex iolock;412 extern int max8997_irq_init(struct max8997_dev *max8997); argument