Searched defs:max8997_dev (Results 1 – 1 of 1) sorted by relevance
368 struct max8997_dev { struct369 struct device *dev;370 struct max8997_platform_data *pdata;371 struct i2c_client *i2c; /* 0xcc / PMIC, Battery Control, and FLASH */372 struct i2c_client *rtc; /* slave addr 0x0c */373 struct i2c_client *haptic; /* slave addr 0x90 */374 struct i2c_client *muic; /* slave addr 0x4a */375 struct mutex iolock;399 extern int max8997_irq_init(struct max8997_dev *max8997); argument