Searched defs:max77843_muic_info (Results 1 – 1 of 1) sorted by relevance
34 struct max77843_muic_info { struct35 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;[all …]