Searched defs:max77693_dev (Results 1 – 1 of 1) sorted by relevance
23 struct max77693_dev { struct24 struct device *dev;26 struct i2c_client *i2c_muic; /* 0x4A , MUIC */30 enum max77693_types type;32 struct regmap *regmap;33 struct regmap *regmap_muic;35 struct regmap *regmap_chg; /* Only MAX77843 */38 struct regmap_irq_chip_data *irq_data_led;39 struct regmap_irq_chip_data *irq_data_topsys;41 struct regmap_irq_chip_data *irq_data_muic;[all …]