Home
last modified time | relevance | path

Searched refs:gnd_type (Results 1 – 1 of 1) sorted by relevance

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