Searched defs:xceiv (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/gadget/udc/
H A Domap_udc.c2600 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) argument
2628 udc->transceiver = xceiv;
2732 struct usb_phy *xceiv = NULL; local
2798 xceiv = usb_get_phy(USB_PHY_TYPE_USB2);
2799 if (!IS_ERR_OR_NULL(xceiv))
2800 type = xceiv->label;
2823 if (IS_ERR_OR_NULL(xceiv)) {
2850 status = omap_udc_setup(pdev, xceiv);
2854 xceiv = NULL;
2924 if (!IS_ERR_OR_NULL(xceiv))
[all...]
/drivers/usb/musb/
H A Dmusb_core.h350 struct usb_phy *xceiv; member in struct:musb

Completed in 435 milliseconds