Home
last modified time | relevance | path

Searched refs:otg_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/phy/
Dphy-omap-otg.c29 struct otg_device { struct
49 static void omap_otg_ctrl(struct otg_device *otg_dev, u32 outputs) in omap_otg_ctrl() argument
59 static void omap_otg_set_mode(struct otg_device *otg_dev) in omap_otg_set_mode()
75 struct otg_device *otg_dev = container_of(nb, struct otg_device, id_nb); in omap_otg_id_notifier()
86 struct otg_device *otg_dev = container_of(nb, struct otg_device, in omap_otg_vbus_notifier()
98 struct otg_device *otg_dev; in omap_otg_probe()
149 struct otg_device *otg_dev = platform_get_drvdata(pdev); in omap_otg_remove()
/linux-4.1.27/arch/arm/mach-omap1/
Dusb.c154 struct platform_device *otg_device = config->otg_device; in omap_otg_init() local
158 otg_device->dev.platform_data = config; in omap_otg_init()
159 status = platform_device_register(otg_device); in omap_otg_init()
282 static struct platform_device otg_device = { variable
293 pdata->otg_device = &otg_device; in otg_device_init()
/linux-4.1.27/include/linux/platform_data/
Dusb-omap1.h44 struct platform_device *otg_device; member