Lines Matching defs:xceiv
2618 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv)
2647 udc->transceiver = xceiv;
2751 struct usb_phy *xceiv = NULL;
2804 xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
2805 if (!IS_ERR_OR_NULL(xceiv))
2806 type = xceiv->label;
2829 if (IS_ERR_OR_NULL(xceiv)) {
2856 status = omap_udc_setup(pdev, xceiv);
2860 xceiv = NULL;
2915 if (!IS_ERR_OR_NULL(xceiv))
2916 usb_put_phy(xceiv);