Lines Matching refs:xceiv
185 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()
246 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in dsps_check_status()
249 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in dsps_check_status()
259 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in dsps_check_status()
358 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL; in dsps_interrupt()
363 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in dsps_interrupt()
368 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in dsps_interrupt()
374 usb_otg_state_string(musb->xceiv->otg->state), in dsps_interrupt()
384 switch (musb->xceiv->otg->state) { in dsps_interrupt()
434 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
435 if (IS_ERR(musb->xceiv)) in dsps_musb_init()
436 return PTR_ERR(musb->xceiv); in dsps_musb_init()
1012 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE && in dsps_resume()