Searched defs:max8997_dev (Results 1 – 1 of 1) sorted by relevance
315 struct max8997_dev { struct316 struct device *dev;317 struct i2c_client *i2c; /* 0xcc / PMIC, Battery Control, and FLASH */318 struct i2c_client *rtc; /* slave addr 0x0c */319 struct i2c_client *haptic; /* slave addr 0x90 */320 struct i2c_client *muic; /* slave addr 0x4a */321 struct mutex iolock;345 extern int max8997_irq_init(struct max8997_dev *max8997); argument