Lines Matching defs:xceiv
88 struct usb_phy *xceiv;
115 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
120 musb->xceiv->otg->state = OTG_STATE_B_IDLE;
152 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE;
229 musb->xceiv = glue->xceiv;
296 devm_usb_put_phy(glue->dev, glue->xceiv);
773 glue->xceiv = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2);
774 if (IS_ERR(glue->xceiv)) {
775 ret = PTR_ERR(glue->xceiv);