Lines Matching defs:max77843_muic_info
29 struct max77843_muic_info { struct
30 struct device *dev;
31 struct max77693_dev *max77843;
32 struct extcon_dev *edev;
34 struct mutex mutex;
35 struct work_struct irq_work;
36 struct delayed_work wq_detcable;
38 u8 status[MAX77843_MUIC_STATUS_NUM];
39 int prev_cable_type;
40 int prev_chg_type;
41 int prev_gnd_type;
43 bool irq_adc;
44 bool irq_chg;