Lines Matching refs:xceiv
59 if (musb->xceiv->otg->state == OTG_STATE_A_IDLE) { in ux500_musb_set_vbus()
78 musb->xceiv->otg->default_a = 1; in ux500_musb_set_vbus()
79 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in ux500_musb_set_vbus()
89 musb->xceiv->otg->default_a = 0; in ux500_musb_set_vbus()
105 usb_otg_state_string(musb->xceiv->otg->state), in ux500_musb_set_vbus()
115 event, usb_otg_state_string(musb->xceiv->otg->state)); in musb_otg_notifications()
130 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in musb_otg_notifications()
163 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in ux500_musb_init()
164 if (IS_ERR_OR_NULL(musb->xceiv)) { in ux500_musb_init()
170 status = usb_register_notifier(musb->xceiv, &musb->nb); in ux500_musb_init()
183 usb_unregister_notifier(musb->xceiv, &musb->nb); in ux500_musb_exit()
185 usb_put_phy(musb->xceiv); in ux500_musb_exit()
351 usb_phy_set_suspend(musb->xceiv, 1); in ux500_suspend()
369 usb_phy_set_suspend(musb->xceiv, 0); in ux500_resume()