Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-max77843.c243 int adc, chg_type, cable_type, gnd_type; in max77843_muic_get_cable_type() local
307 gnd_type = (info->status[MAX77843_MUIC_STATUS1] & in max77843_muic_get_cable_type()
311 gnd_type |= (info->status[MAX77843_MUIC_STATUS2] & in max77843_muic_get_cable_type()
313 gnd_type >>= MAX77843_MUIC_STATUS2_VBVOLT_SHIFT; in max77843_muic_get_cable_type()
316 gnd_type |= MAX77843_MUIC_GND_USB_HOST; in max77843_muic_get_cable_type()
317 cable_type = info->prev_gnd_type = gnd_type; in max77843_muic_get_cable_type()
469 int ret, chg_type, gnd_type; in max77843_muic_chg_handler() local
531 gnd_type = max77843_muic_get_cable_type(info, in max77843_muic_chg_handler()
535 if (gnd_type == MAX77843_MUIC_GND_MHL_VB) in max77843_muic_chg_handler()
538 else if (gnd_type == MAX77843_MUIC_GND_MHL) in max77843_muic_chg_handler()