Lines Matching defs:sm5502_muic_info
36 struct sm5502_muic_info { struct
37 struct device *dev;
38 struct extcon_dev *edev;
40 struct i2c_client *i2c;
41 struct regmap *regmap;
43 struct regmap_irq_chip_data *irq_data;
44 struct muic_irq *muic_irqs;
45 unsigned int num_muic_irqs;
46 int irq;
47 bool irq_attach;
48 bool irq_detach;
49 struct work_struct irq_work;
51 struct reg_data *reg_data;
52 unsigned int num_reg_data;
54 struct mutex mutex;
62 struct delayed_work wq_detcable;