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