Lines Matching refs:xceiv
187 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE)
226 usb_otg_state_string(musb->xceiv->otg->state));
228 switch (musb->xceiv->otg->state) {
231 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON;
251 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
254 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
268 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
367 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL;
372 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
377 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
383 usb_otg_state_string(musb->xceiv->otg->state),
393 switch (musb->xceiv->otg->state) {
443 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0);
444 if (IS_ERR(musb->xceiv))
445 return PTR_ERR(musb->xceiv);
1022 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE &&