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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dci13xxx_udc.c2594 * udc_probe: parent probe must call this to initialize UDC
2603 static int udc_probe(struct device *dev, void __iomem *regs, const char *name) function
2709 * invokes the udc_probe() method to start the UDC associated with it
2746 retval = udc_probe(&pdev->dev, regs, UDC_DRIVER_NAME);
H A Damd5536udc.c78 static int udc_probe(struct udc *dev);
3320 if (udc_probe(dev) == 0)
3330 static int udc_probe(struct udc *dev) function

Completed in 170 milliseconds