Lines Matching defs:max8997_muic_info
117 struct max8997_muic_info { struct
118 struct device *dev;
119 struct i2c_client *muic;
120 struct extcon_dev *edev;
121 int prev_cable_type;
122 int prev_chg_type;
123 u8 status[2];
125 int irq;
126 struct work_struct irq_work;
127 struct mutex mutex;
129 struct max8997_muic_platform_data *muic_pdata;
130 enum max8997_muic_charger_type pre_charger_type;
138 struct delayed_work wq_detcable;
166 static int max8997_muic_set_debounce_time(struct max8997_muic_info *info, in max8997_muic_set_debounce_time() argument