Searched defs:sm5502_muic_info (Results 1 – 1 of 1) sorted by relevance
36 struct sm5502_muic_info { struct37 struct device *dev;38 struct extcon_dev *edev;40 struct i2c_client *i2c;41 struct regmap *regmap;43 const struct sm5502_type *type;44 struct regmap_irq_chip_data *irq_data;45 int irq;46 bool irq_attach;70 int (*parse_irq)(struct sm5502_muic_info *info, int irq_type); argument