Lines Matching refs:xceiv
186 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE)
225 usb_otg_state_string(musb->xceiv->otg->state));
227 switch (musb->xceiv->otg->state) {
230 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON;
250 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
253 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
267 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
366 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL;
371 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
376 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
382 usb_otg_state_string(musb->xceiv->otg->state),
392 switch (musb->xceiv->otg->state) {
442 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0);
443 if (IS_ERR(musb->xceiv))
444 return PTR_ERR(musb->xceiv);
1021 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE &&