otg_device        138 arch/arm/mach-omap1/usb.c 		struct platform_device *otg_device = config->otg_device;
otg_device        142 arch/arm/mach-omap1/usb.c 		otg_device->dev.platform_data = config;
otg_device        143 arch/arm/mach-omap1/usb.c 		status = platform_device_register(otg_device);
otg_device        266 arch/arm/mach-omap1/usb.c static struct platform_device otg_device = {
otg_device        277 arch/arm/mach-omap1/usb.c 	pdata->otg_device = &otg_device;
otg_device         40 drivers/usb/phy/phy-omap-otg.c static void omap_otg_ctrl(struct otg_device *otg_dev, u32 outputs)
otg_device         50 drivers/usb/phy/phy-omap-otg.c static void omap_otg_set_mode(struct otg_device *otg_dev)
otg_device         66 drivers/usb/phy/phy-omap-otg.c 	struct otg_device *otg_dev = container_of(nb, struct otg_device, id_nb);
otg_device         77 drivers/usb/phy/phy-omap-otg.c 	struct otg_device *otg_dev = container_of(nb, struct otg_device,
otg_device         89 drivers/usb/phy/phy-omap-otg.c 	struct otg_device *otg_dev;
otg_device         44 include/linux/platform_data/usb-omap1.h 	struct platform_device *otg_device;