gnd_type          264 drivers/extcon/extcon-max77843.c 	int adc, chg_type, cable_type, gnd_type;
gnd_type          347 drivers/extcon/extcon-max77843.c 			gnd_type = (info->status[MAX77843_MUIC_STATUS1] &
gnd_type          351 drivers/extcon/extcon-max77843.c 			gnd_type |= (info->status[MAX77843_MUIC_STATUS2] &
gnd_type          353 drivers/extcon/extcon-max77843.c 			gnd_type >>= MAX77843_MUIC_STATUS2_VBVOLT_SHIFT;
gnd_type          356 drivers/extcon/extcon-max77843.c 			gnd_type |= MAX77843_MUIC_GND_USB_HOST;
gnd_type          357 drivers/extcon/extcon-max77843.c 			cable_type = info->prev_gnd_type = gnd_type;
gnd_type          534 drivers/extcon/extcon-max77843.c 	int ret, chg_type, gnd_type;
gnd_type          598 drivers/extcon/extcon-max77843.c 		gnd_type = max77843_muic_get_cable_type(info,
gnd_type          602 drivers/extcon/extcon-max77843.c 		if (gnd_type == MAX77843_MUIC_GND_MHL_VB)
gnd_type          605 drivers/extcon/extcon-max77843.c 		else if (gnd_type == MAX77843_MUIC_GND_MHL)