Lines Matching refs:xceiv
220 otg_state_string(musb->xceiv->state)); in otg_timer()
223 switch (musb->xceiv->state) { in otg_timer()
230 musb->xceiv->state = OTG_STATE_B_IDLE; in otg_timer()
233 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
238 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in otg_timer()
251 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
274 musb->xceiv->state == OTG_STATE_A_WAIT_BCON)) { in dsps_musb_try_idle()
276 otg_state_string(musb->xceiv->state)); in dsps_musb_try_idle()
290 otg_state_string(musb->xceiv->state), in dsps_musb_try_idle()
366 musb->xceiv->state = OTG_STATE_A_WAIT_VFALL; in dsps_interrupt()
373 musb->xceiv->otg->default_a = 1; in dsps_interrupt()
374 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in dsps_interrupt()
379 musb->xceiv->otg->default_a = 0; in dsps_interrupt()
380 musb->xceiv->state = OTG_STATE_B_IDLE; in dsps_interrupt()
386 otg_state_string(musb->xceiv->state), in dsps_interrupt()
403 if (is_otg_enabled(musb) && musb->xceiv->state == OTG_STATE_B_IDLE) in dsps_interrupt()
436 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in dsps_musb_init()
437 if (IS_ERR_OR_NULL(musb->xceiv)) in dsps_musb_init()
473 usb_put_phy(musb->xceiv); in dsps_musb_init()
503 usb_put_phy(musb->xceiv); in dsps_musb_exit()