Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-max8997.c92 MAX8997_MUIC_ADC_OPEN, /* OPEN */ enumerator
273 if (adc == MAX8997_MUIC_ADC_OPEN) { in max8997_muic_get_cable_type()
277 info->prev_cable_type = MAX8997_MUIC_ADC_OPEN; in max8997_muic_get_cable_type()
483 if ((adc & STATUS1_ADC_MASK) == MAX8997_MUIC_ADC_OPEN) { in max8997_muic_chg_handler()
600 if (attached && adc != MAX8997_MUIC_ADC_OPEN) { in max8997_muic_detect_dev()