Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/extcon/
Dextcon-sm5502.c105 SM5502_MUIC_ADC_GROUND = 0x0, enumerator
294 if (cable_type == SM5502_MUIC_ADC_GROUND) in sm5502_muic_get_cable_type()
295 return SM5502_MUIC_ADC_GROUND; in sm5502_muic_get_cable_type()
298 case SM5502_MUIC_ADC_GROUND: in sm5502_muic_get_cable_type()
374 static unsigned int prev_cable_type = SM5502_MUIC_ADC_GROUND; in sm5502_muic_cable_handler()
375 unsigned int cable_type = SM5502_MUIC_ADC_GROUND; in sm5502_muic_cable_handler()