Home
last modified time | relevance | path

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

/openbmc/linux/drivers/extcon/
H A Dextcon-max77843.c108 MAX77843_MUIC_CHG_NONE = 0, enumerator
286 if (chg_type == MAX77843_MUIC_CHG_NONE) { in max77843_muic_get_cable_type()
294 info->prev_chg_type = MAX77843_MUIC_CHG_NONE; in max77843_muic_get_cable_type()
309 if (chg_type == MAX77843_MUIC_CHG_NONE) { in max77843_muic_get_cable_type()
312 info->prev_chg_type = MAX77843_MUIC_CHG_NONE; in max77843_muic_get_cable_type()
321 if (chg_type == MAX77843_MUIC_CHG_NONE) { in max77843_muic_get_cable_type()
324 info->prev_chg_type = MAX77843_MUIC_CHG_NONE; in max77843_muic_get_cable_type()
611 case MAX77843_MUIC_CHG_NONE: in max77843_muic_chg_handler()
732 if (attached && chg_type != MAX77843_MUIC_CHG_NONE) { in max77843_muic_detect_cable_wq()