Lines Matching refs:xceiv
46 if (musb->xceiv->otg->state == OTG_STATE_A_IDLE) {
65 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
90 usb_otg_state_string(musb->xceiv->otg->state),
100 event, usb_otg_state_string(musb->xceiv->otg->state));
115 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
148 musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
149 if (IS_ERR_OR_NULL(musb->xceiv)) {
155 status = usb_register_notifier(musb->xceiv, &musb->nb);
168 usb_unregister_notifier(musb->xceiv, &musb->nb);
170 usb_put_phy(musb->xceiv);
337 usb_phy_set_suspend(musb->xceiv, 1);
357 usb_phy_set_suspend(musb->xceiv, 0);