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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dusb.c81 static struct otg_transceiver *xceiv; variable in typeref:struct:otg_transceiver
92 if (xceiv)
93 get_device(xceiv->dev);
94 return xceiv;
100 if (xceiv && x)
102 xceiv = x;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Domap_udc.c2711 omap_udc_setup(struct platform_device *odev, struct otg_transceiver *xceiv) argument
2746 udc->transceiver = xceiv;
2850 struct otg_transceiver *xceiv = NULL; local
2907 xceiv = otg_get_transceiver();
2908 if (xceiv)
2909 type = xceiv->label;
2940 if (!xceiv) {
2967 status = omap_udc_setup(pdev, xceiv);
2971 xceiv = NULL;
3040 if (xceiv)
[all...]

Completed in 51 milliseconds