Home
last modified time | relevance | path

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

/openbmc/linux/drivers/extcon/
H A Dextcon-max77843.c263 int adc, chg_type, cable_type, gnd_type; in max77843_muic_get_cable_type() local
346 gnd_type = (info->status[MAX77843_MUIC_STATUS1] & in max77843_muic_get_cable_type()
350 gnd_type |= (info->status[MAX77843_MUIC_STATUS2] & in max77843_muic_get_cable_type()
352 gnd_type >>= MAX77843_MUIC_STATUS2_VBVOLT_SHIFT; in max77843_muic_get_cable_type()
355 gnd_type |= MAX77843_MUIC_GND_USB_HOST; in max77843_muic_get_cable_type()
356 cable_type = info->prev_gnd_type = gnd_type; in max77843_muic_get_cable_type()
533 int ret, chg_type, gnd_type; in max77843_muic_chg_handler() local
597 gnd_type = max77843_muic_get_cable_type(info, in max77843_muic_chg_handler()
601 if (gnd_type == MAX77843_MUIC_GND_MHL_VB) in max77843_muic_chg_handler()
604 else if (gnd_type == MAX77843_MUIC_GND_MHL) in max77843_muic_chg_handler()