Lines Matching refs:xceiv
2621 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) in omap_udc_setup() argument
2649 udc->transceiver = xceiv; in omap_udc_setup()
2753 struct usb_phy *xceiv = NULL; in omap_udc_probe() local
2819 xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in omap_udc_probe()
2820 if (!IS_ERR_OR_NULL(xceiv)) in omap_udc_probe()
2821 type = xceiv->label; in omap_udc_probe()
2844 if (IS_ERR_OR_NULL(xceiv)) { in omap_udc_probe()
2871 status = omap_udc_setup(pdev, xceiv); in omap_udc_probe()
2875 xceiv = NULL; in omap_udc_probe()
2945 if (!IS_ERR_OR_NULL(xceiv)) in omap_udc_probe()
2946 usb_put_phy(xceiv); in omap_udc_probe()