Lines Matching refs:xceiv
133 usb_otg_state_string(musb->xceiv->otg->state)); in otg_timer()
136 switch (musb->xceiv->otg->state) { in otg_timer()
143 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in otg_timer()
146 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
151 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in otg_timer()
160 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
177 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) { in am35x_musb_try_idle()
179 usb_otg_state_string(musb->xceiv->otg->state)); in am35x_musb_try_idle()
192 usb_otg_state_string(musb->xceiv->otg->state), in am35x_musb_try_idle()
261 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL; in am35x_musb_interrupt()
266 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in am35x_musb_interrupt()
272 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in am35x_musb_interrupt()
279 usb_otg_state_string(musb->xceiv->otg->state), in am35x_musb_interrupt()
305 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE) in am35x_musb_interrupt()
343 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in am35x_musb_init()
344 if (IS_ERR_OR_NULL(musb->xceiv)) in am35x_musb_init()
383 usb_put_phy(musb->xceiv); in am35x_musb_exit()