Home
last modified time | relevance | path

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

/openbmc/linux/drivers/extcon/
H A Dextcon-max8997.c85 MAX8997_MUIC_ADC_OPEN, /* OPEN */ enumerator
267 if (adc == MAX8997_MUIC_ADC_OPEN) { in max8997_muic_get_cable_type()
271 info->prev_cable_type = MAX8997_MUIC_ADC_OPEN; in max8997_muic_get_cable_type()
477 if ((adc & STATUS1_ADC_MASK) == MAX8997_MUIC_ADC_OPEN) { in max8997_muic_chg_handler()
596 if (attached && adc != MAX8997_MUIC_ADC_OPEN) { in max8997_muic_detect_dev()