Lines Matching defs:xceiv
81 struct usb_phy *xceiv;
108 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
113 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
145 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
222 musb->xceiv = glue->xceiv;
289 devm_usb_put_phy(glue->dev, glue->xceiv);
771 glue->xceiv = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2);
772 if (IS_ERR(glue->xceiv)) {
773 ret = PTR_ERR(glue->xceiv);