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