Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-sm5502.c104 SM5502_MUIC_ADC_GROUND = 0x0, enumerator
291 if (cable_type == SM5502_MUIC_ADC_GROUND) in sm5502_muic_get_cable_type()
292 return SM5502_MUIC_ADC_GROUND; in sm5502_muic_get_cable_type()
295 case SM5502_MUIC_ADC_GROUND: in sm5502_muic_get_cable_type()
371 static unsigned int prev_cable_type = SM5502_MUIC_ADC_GROUND; in sm5502_muic_cable_handler()
372 unsigned int cable_type = SM5502_MUIC_ADC_GROUND; in sm5502_muic_cable_handler()