Lines Matching full:attached
199 u8 val, bool attached, bool nobccomp)
205 if (attached)
224 if (attached)
240 ctrl1, ctrl2, attached ? "attached" : "detached");
261 enum max77843_muic_cable_group group, bool *attached)
272 *attached = false;
276 *attached = true;
292 *attached = false;
301 *attached = true;
310 *attached = false;
314 *attached = true;
322 *attached = false;
326 *attached = true;
332 *attached = false;
336 *attached = true;
371 bool attached;
374 MAX77843_CABLE_GROUP_ADC_GND, &attached);
376 attached ? "attached" : "detached", gnd_cable_type);
383 attached, false);
387 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, attached);
388 max77843_charger_set_otg_vbus(info, attached);
394 attached, false);
398 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached);
402 attached ? "attached" : "detached", gnd_cable_type);
410 int cable_type, bool attached)
416 attached ? "attached" : "detached", cable_type);
430 ret = max77843_muic_set_path(info, path, attached, false);
434 extcon_set_state_sync(info->edev, EXTCON_JIG, attached);
440 bool attached)
445 attached ? "attached" : "detached");
448 attached, attached);
452 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached);
453 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, attached);
454 extcon_set_state_sync(info->edev, EXTCON_DOCK, attached);
462 bool attached;
465 MAX77843_CABLE_GROUP_ADC, &attached);
469 attached ? "attached" : "detached", cable_type,
474 ret = max77843_muic_dock_handler(info, attached);
486 ret = max77843_muic_jig_handler(info, cable_type, attached);
519 attached ? "attached" : "detached", cable_type);
524 attached ? "attached" : "detached", cable_type);
534 bool attached;
537 MAX77843_CABLE_GROUP_CHG, &attached);
541 attached ? "attached" : "detached",
548 attached, false);
552 extcon_set_state_sync(info->edev, EXTCON_USB, attached);
554 attached);
559 attached, false);
564 attached);
569 attached, false);
574 attached);
579 attached, false);
584 attached);
589 attached, false);
594 attached);
598 MAX77843_CABLE_GROUP_ADC_GND, &attached);
609 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, attached);
616 attached ? "attached" : "detached", chg_type);
619 attached, false);
708 bool attached;
721 MAX77843_CABLE_GROUP_ADC, &attached);
722 if (attached && adc != MAX77843_MUIC_ADC_OPEN) {
731 MAX77843_CABLE_GROUP_CHG, &attached);
732 if (attached && chg_type != MAX77843_MUIC_CHG_NONE) {
815 bool attached;
869 &attached);
870 if (attached && cable_type == MAX77843_MUIC_ADC_FACTORY_MODE_UART_OFF)