Lines Matching refs:xceiv
135 usb_otg_state_string(musb->xceiv->otg->state)); in otg_timer()
138 switch (musb->xceiv->otg->state) { in otg_timer()
145 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in otg_timer()
148 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
163 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in otg_timer()
185 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
202 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) { in da8xx_musb_try_idle()
204 usb_otg_state_string(musb->xceiv->otg->state)); in da8xx_musb_try_idle()
217 usb_otg_state_string(musb->xceiv->otg->state), in da8xx_musb_try_idle()
277 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VFALL; in da8xx_musb_interrupt()
282 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in da8xx_musb_interrupt()
296 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in da8xx_musb_interrupt()
302 usb_otg_state_string(musb->xceiv->otg->state), in da8xx_musb_interrupt()
317 if (musb->xceiv->otg->state == OTG_STATE_B_IDLE) in da8xx_musb_interrupt()
374 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in da8xx_musb_init()
375 if (IS_ERR_OR_NULL(musb->xceiv)) { in da8xx_musb_init()
424 usb_put_phy(musb->xceiv); in da8xx_musb_exit()