Home
last modified time | relevance | path

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

/drivers/extcon/
Dextcon-max77843.c108 MAX77843_MUIC_CHG_NONE = 0, enumerator
287 if (chg_type == MAX77843_MUIC_CHG_NONE) { in max77843_muic_get_cable_type()
295 info->prev_chg_type = MAX77843_MUIC_CHG_NONE; in max77843_muic_get_cable_type()
310 if (chg_type == MAX77843_MUIC_CHG_NONE) { in max77843_muic_get_cable_type()
313 info->prev_chg_type = MAX77843_MUIC_CHG_NONE; in max77843_muic_get_cable_type()
322 if (chg_type == MAX77843_MUIC_CHG_NONE) { in max77843_muic_get_cable_type()
325 info->prev_chg_type = MAX77843_MUIC_CHG_NONE; in max77843_muic_get_cable_type()
612 case MAX77843_MUIC_CHG_NONE: in max77843_muic_chg_handler()
733 if (attached && chg_type != MAX77843_MUIC_CHG_NONE) { in max77843_muic_detect_cable_wq()