Lines Matching defs:xceiv
2616 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv)
2645 udc->transceiver = xceiv;
2749 struct usb_phy *xceiv = NULL;
2815 xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
2816 if (!IS_ERR_OR_NULL(xceiv))
2817 type = xceiv->label;
2840 if (IS_ERR_OR_NULL(xceiv)) {
2867 status = omap_udc_setup(pdev, xceiv);
2871 xceiv = NULL;
2926 if (!IS_ERR_OR_NULL(xceiv))
2927 usb_put_phy(xceiv);