Searched defs:max77693_dev (Results 1 – 1 of 1) sorted by relevance
532 struct max77693_dev { struct533 struct device *dev;534 struct i2c_client *i2c; /* 0xCC , PMIC, Charger, Flash LED */535 struct i2c_client *muic; /* 0x4A , MUIC */536 struct i2c_client *haptic; /* 0x90 , Haptic */560 extern int max77693_irq_init(struct max77693_dev *max77686); argument