Lines Matching defs:max8997_muic_info
107 struct max8997_muic_info { struct
108 struct device *dev;
109 struct i2c_client *muic;
110 struct extcon_dev *edev;
111 int prev_cable_type;
112 int prev_chg_type;
113 u8 status[2];
115 int irq;
116 struct work_struct irq_work;
117 struct mutex mutex;
119 struct max8997_muic_platform_data *muic_pdata;
120 enum max8997_muic_charger_type pre_charger_type;
128 struct delayed_work wq_detcable;
157 static int max8997_muic_set_debounce_time(struct max8997_muic_info *info, in max8997_muic_set_debounce_time() argument