Lines Matching full:connected
41 * After both the PHY and dwc3 are initialized we will only ever see a single "new device connected"
45 * connected on the other end.
46 * This can be partially explained because the USB2 D+/D- lines are connected through a stateful
48 * resets the repeater out-of-band everytime the CC lines are (dis)connected. This then requires a
59 * it was until the next cable is connected we'd need to tear it all down and bring it back up again
64 * During initial probe we don't have any information about the connected cable and can't bring up
66 * and defer the first dwc3 probe until we get the first cable connected event. Until then we stay
68 * Once a cable is connected we then keep track of the controller mode here by transitioning to
73 DWC3_APPLE_NO_CABLE, /* No cable connected, dwc3 suspended after dwc3_core_exit */
74 DWC3_APPLE_HOST, /* Cable connected, dwc3 in host mode */
75 DWC3_APPLE_DEVICE, /* Cable connected, dwc3 in device mode */
320 * a different PHY connected through ULPI). in dwc3_apple_exit()
344 * connected or disconnected or when the mode changes. See the documentation for enum in dwc3_usb_role_switch_set()
353 /* Nothing to do if no cable is connected */ in dwc3_usb_role_switch_set()
440 * the first cable is connected. See the documentation for enum dwc3_apple_state for in dwc3_apple_probe()
461 * If we're still in DWC3_APPLE_PROBE_PENDING we never got any cable connected event and in dwc3_apple_remove()