Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-max77843.c111 MAX77843_MUIC_CHG_NONE = 0, enumerator
266 if (chg_type == MAX77843_MUIC_CHG_NONE) { in max77843_muic_get_cable_type()
272 info->prev_chg_type = MAX77843_MUIC_CHG_NONE; in max77843_muic_get_cable_type()
284 if (chg_type == MAX77843_MUIC_CHG_NONE) { in max77843_muic_get_cable_type()
287 info->prev_chg_type = MAX77843_MUIC_CHG_NONE; in max77843_muic_get_cable_type()
542 case MAX77843_MUIC_CHG_NONE: in max77843_muic_chg_handler()
663 if (attached && chg_type != MAX77843_MUIC_CHG_NONE) { in max77843_muic_detect_cable_wq()