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

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

Completed in 154 milliseconds