Lines Matching refs:xceiv
188 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE) in dsps_musb_enable()
227 usb_otg_state_string(musb->xceiv->otg->state)); in dsps_check_status()
229 switch (musb->xceiv->otg->state) { in dsps_check_status()
232 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in dsps_check_status()
252 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in dsps_check_status()
255 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in dsps_check_status()
269 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in dsps_check_status()
368 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL; in dsps_interrupt()
373 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in dsps_interrupt()
378 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in dsps_interrupt()
384 usb_otg_state_string(musb->xceiv->otg->state), in dsps_interrupt()
394 switch (musb->xceiv->otg->state) { in dsps_interrupt()
444 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
445 if (IS_ERR(musb->xceiv)) in dsps_musb_init()
446 return PTR_ERR(musb->xceiv); in dsps_musb_init()
1025 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE && in dsps_resume()