Lines Matching refs:xceiv
217 otg_state_string(musb->xceiv->state)); in otg_timer()
220 switch (musb->xceiv->state) { in otg_timer()
227 musb->xceiv->state = OTG_STATE_B_IDLE; in otg_timer()
230 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
235 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in otg_timer()
248 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
271 musb->xceiv->state == OTG_STATE_A_WAIT_BCON)) { in dsps_musb_try_idle()
273 otg_state_string(musb->xceiv->state)); in dsps_musb_try_idle()
287 otg_state_string(musb->xceiv->state), in dsps_musb_try_idle()
363 musb->xceiv->state = OTG_STATE_A_WAIT_VFALL; in dsps_interrupt()
370 musb->xceiv->otg->default_a = 1; in dsps_interrupt()
371 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in dsps_interrupt()
376 musb->xceiv->otg->default_a = 0; in dsps_interrupt()
377 musb->xceiv->state = OTG_STATE_B_IDLE; in dsps_interrupt()
383 otg_state_string(musb->xceiv->state), in dsps_interrupt()
400 if (is_otg_enabled(musb) && musb->xceiv->state == OTG_STATE_B_IDLE) in dsps_interrupt()
433 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in dsps_musb_init()
434 if (IS_ERR_OR_NULL(musb->xceiv)) in dsps_musb_init()
470 usb_put_phy(musb->xceiv); in dsps_musb_init()
500 usb_put_phy(musb->xceiv); in dsps_musb_exit()