Lines Matching defs:sm5502_muic_info
40 struct sm5502_muic_info { struct
41 struct device *dev;
42 struct extcon_dev *edev;
44 struct i2c_client *i2c;
45 struct regmap *regmap;
47 struct regmap_irq_chip_data *irq_data;
48 struct muic_irq *muic_irqs;
49 unsigned int num_muic_irqs;
50 int irq;
51 bool irq_attach;
52 bool irq_detach;
53 struct work_struct irq_work;
55 struct reg_data *reg_data;
56 unsigned int num_reg_data;
58 struct mutex mutex;
66 struct delayed_work wq_detcable;