Lines Matching refs:xceiv
156 otg_state_string(musb->xceiv->state)); in otg_timer()
159 switch (musb->xceiv->state) { in otg_timer()
166 musb->xceiv->state = OTG_STATE_B_IDLE; in otg_timer()
169 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
174 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in otg_timer()
186 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
206 musb->xceiv->state == OTG_STATE_A_WAIT_BCON)) { in am35x_musb_try_idle()
208 otg_state_string(musb->xceiv->state)); in am35x_musb_try_idle()
221 otg_state_string(musb->xceiv->state), in am35x_musb_try_idle()
235 struct usb_otg *otg = musb->xceiv->otg; in am35x_musb_interrupt()
307 musb->xceiv->state = OTG_STATE_A_WAIT_VFALL; in am35x_musb_interrupt()
313 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in am35x_musb_interrupt()
320 musb->xceiv->state = OTG_STATE_B_IDLE; in am35x_musb_interrupt()
327 otg_state_string(musb->xceiv->state), in am35x_musb_interrupt()
349 if (is_otg_enabled(musb) && musb->xceiv->state == OTG_STATE_B_IDLE) in am35x_musb_interrupt()
397 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in am35x_musb_init()
398 if (IS_ERR_OR_NULL(musb->xceiv)) in am35x_musb_init()
448 usb_put_phy(musb->xceiv); in am35x_musb_exit()