Lines Matching refs:xceiv
153 otg_state_string(musb->xceiv->state)); in otg_timer()
156 switch (musb->xceiv->state) { in otg_timer()
163 musb->xceiv->state = OTG_STATE_B_IDLE; in otg_timer()
166 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
171 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in otg_timer()
183 musb->xceiv->state = OTG_STATE_A_IDLE; in otg_timer()
203 musb->xceiv->state == OTG_STATE_A_WAIT_BCON)) { in am35x_musb_try_idle()
205 otg_state_string(musb->xceiv->state)); in am35x_musb_try_idle()
218 otg_state_string(musb->xceiv->state), in am35x_musb_try_idle()
232 struct usb_otg *otg = musb->xceiv->otg; in am35x_musb_interrupt()
304 musb->xceiv->state = OTG_STATE_A_WAIT_VFALL; in am35x_musb_interrupt()
310 musb->xceiv->state = OTG_STATE_A_WAIT_VRISE; in am35x_musb_interrupt()
317 musb->xceiv->state = OTG_STATE_B_IDLE; in am35x_musb_interrupt()
324 otg_state_string(musb->xceiv->state), in am35x_musb_interrupt()
346 if (is_otg_enabled(musb) && musb->xceiv->state == OTG_STATE_B_IDLE) in am35x_musb_interrupt()
394 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in am35x_musb_init()
395 if (IS_ERR_OR_NULL(musb->xceiv)) in am35x_musb_init()
445 usb_put_phy(musb->xceiv); in am35x_musb_exit()