Lines Matching defs:adc
226 * Don't touch BTLDset, JIGset when you want to change adc
312 int adc;
324 adc = info->status[0] & MAX77693_STATUS1_ADC_MASK;
325 adc >>= MAX77693_STATUS1_ADC_SHIFT;
332 if (adc == MAX77693_MUIC_ADC_OPEN) {
340 cable_type = info->prev_cable_type = adc;
348 adc = info->status[0] & MAX77693_STATUS1_ADC_MASK;
349 adc >>= MAX77693_STATUS1_ADC_SHIFT;
356 if (adc == MAX77693_MUIC_ADC_OPEN) {
385 info->prev_cable_type = adc;
420 adc = info->status[0] & MAX77693_STATUS1_ADC_MASK;
421 adc >>= MAX77693_STATUS1_ADC_SHIFT;
425 if (adc == MAX77693_MUIC_ADC_OPEN
458 "external connector is %s (adc:0x%02x)\n",
563 "failed to detect %s key (adc:0x%x)\n",
624 "external connector is %s (adc:0x%02x)\n",
665 "external connector is %s (adc:0x%02x, prev_adc:0x%x)\n",
748 "accessory is %s but it isn't used (adc:0x%x)\n",
753 "failed to detect %s accessory (adc:0x%x)\n",
1017 int adc;
1032 adc = max77693_muic_get_cable_type(info, MAX77693_CABLE_GROUP_ADC,
1034 if (attached && adc != MAX77693_MUIC_ADC_OPEN) {