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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/otg/
H A Disp1301_omap.c843 static struct platform_device *otg_dev; variable in typeref:struct:platform_device
849 if (!otg_dev)
889 otg_dev = dev;
895 otg_dev = NULL;
912 if (otg_dev)
919 if (otg_dev)
920 status = request_irq(otg_dev->resource[1].start, omap_otg_irq,
932 if (!otg_dev)
934 free_irq(otg_dev->resource[1].start, isp);

Completed in 106 milliseconds