Lines Matching refs:xceiv
223 if ((musb->xceiv->otg->state == OTG_STATE_B_IDLE in blackfin_interrupt()
224 || musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON) || in blackfin_interrupt()
243 switch (musb->xceiv->otg->state) { in musb_conn_timer_handler()
257 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in musb_conn_timer_handler()
267 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in musb_conn_timer_handler()
283 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in musb_conn_timer_handler()
318 usb_otg_state_string(musb->xceiv->otg->state)); in musb_conn_timer_handler()
324 usb_otg_state_string(musb->xceiv->otg->state)); in musb_conn_timer_handler()
345 usb_otg_state_string(musb->xceiv->otg->state), in bfin_musb_set_vbus()
440 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in bfin_musb_init()
441 if (IS_ERR_OR_NULL(musb->xceiv)) { in bfin_musb_init()
451 musb->xceiv->set_power = bfin_musb_set_power; in bfin_musb_init()
462 usb_put_phy(musb->xceiv); in bfin_musb_exit()