Lines Matching refs:xceiv
2599 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) in omap_udc_setup() argument
2627 udc->transceiver = xceiv; in omap_udc_setup()
2731 struct usb_phy *xceiv = NULL; in omap_udc_probe() local
2797 xceiv = usb_get_phy(USB_PHY_TYPE_USB2); in omap_udc_probe()
2798 if (!IS_ERR_OR_NULL(xceiv)) in omap_udc_probe()
2799 type = xceiv->label; in omap_udc_probe()
2822 if (IS_ERR_OR_NULL(xceiv)) { in omap_udc_probe()
2849 status = omap_udc_setup(pdev, xceiv); in omap_udc_probe()
2853 xceiv = NULL; in omap_udc_probe()
2923 if (!IS_ERR_OR_NULL(xceiv)) in omap_udc_probe()
2924 usb_put_phy(xceiv); in omap_udc_probe()