Lines Matching refs:xceiv
152 otg_state_string(musb->xceiv->state)); in otg_timer()
155 switch (musb->xceiv->state) { in otg_timer()
162 musb->xceiv->state = OTG_STATE_B_IDLE; in otg_timer()
165 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
170 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in otg_timer()
182 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
202 musb->xceiv->state == OTG_STATE_A_WAIT_BCON)) { in am35x_musb_try_idle()
204 otg_state_string(musb->xceiv->state)); in am35x_musb_try_idle()
217 otg_state_string(musb->xceiv->state), in am35x_musb_try_idle()
231 struct usb_otg *otg = musb->xceiv->otg; in am35x_musb_interrupt()
303 musb->xceiv->state = OTG_STATE_A_WAIT_VFALL; in am35x_musb_interrupt()
309 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in am35x_musb_interrupt()
316 musb->xceiv->state = OTG_STATE_B_IDLE; in am35x_musb_interrupt()
323 otg_state_string(musb->xceiv->state), in am35x_musb_interrupt()
345 if (is_otg_enabled(musb) && musb->xceiv->state == OTG_STATE_B_IDLE) in am35x_musb_interrupt()
393 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in am35x_musb_init()
394 if (IS_ERR_OR_NULL(musb->xceiv)) in am35x_musb_init()
444 usb_put_phy(musb->xceiv); in am35x_musb_exit()