Lines Matching refs:attached

200 		u8 val, bool attached, bool nobccomp)
206 if (attached)
225 if (attached)
241 ctrl1, ctrl2, attached ? "attached" : "detached");
262 enum max77843_muic_cable_group group, bool *attached)
273 *attached = false;
277 *attached = true;
293 *attached = false;
302 *attached = true;
311 *attached = false;
315 *attached = true;
323 *attached = false;
327 *attached = true;
333 *attached = false;
337 *attached = true;
372 bool attached;
375 MAX77843_CABLE_GROUP_ADC_GND, &attached);
377 attached ? "attached" : "detached", gnd_cable_type);
384 attached, false);
388 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, attached);
389 max77843_charger_set_otg_vbus(info, attached);
395 attached, false);
399 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached);
403 attached ? "attached" : "detached", gnd_cable_type);
411 int cable_type, bool attached)
417 attached ? "attached" : "detached", cable_type);
431 ret = max77843_muic_set_path(info, path, attached, false);
435 extcon_set_state_sync(info->edev, EXTCON_JIG, attached);
441 bool attached)
446 attached ? "attached" : "detached");
449 attached, attached);
453 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached);
454 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, attached);
455 extcon_set_state_sync(info->edev, EXTCON_DOCK, attached);
463 bool attached;
466 MAX77843_CABLE_GROUP_ADC, &attached);
470 attached ? "attached" : "detached", cable_type,
475 ret = max77843_muic_dock_handler(info, attached);
487 ret = max77843_muic_jig_handler(info, cable_type, attached);
520 attached ? "attached" : "detached", cable_type);
525 attached ? "attached" : "detached", cable_type);
535 bool attached;
538 MAX77843_CABLE_GROUP_CHG, &attached);
542 attached ? "attached" : "detached",
549 attached, false);
553 extcon_set_state_sync(info->edev, EXTCON_USB, attached);
555 attached);
560 attached, false);
565 attached);
570 attached, false);
575 attached);
580 attached, false);
585 attached);
590 attached, false);
595 attached);
599 MAX77843_CABLE_GROUP_ADC_GND, &attached);
610 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, attached);
617 attached ? "attached" : "detached", chg_type);
620 attached, false);
709 bool attached;
722 MAX77843_CABLE_GROUP_ADC, &attached);
723 if (attached && adc != MAX77843_MUIC_ADC_OPEN) {
732 MAX77843_CABLE_GROUP_CHG, &attached);
733 if (attached && chg_type != MAX77843_MUIC_CHG_NONE) {
816 bool attached;
870 &attached);
871 if (attached && cable_type == MAX77843_MUIC_ADC_FACTORY_MODE_UART_OFF)