chrg_type         214 drivers/extcon/extcon-axp288.c 	u8 chrg_type;
chrg_type         235 drivers/extcon/extcon-axp288.c 	chrg_type = (stat & DET_STAT_MASK) >> DET_STAT_SHIFT;
chrg_type         237 drivers/extcon/extcon-axp288.c 	switch (chrg_type) {