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