Searched refs:otg_device (Results 1 – 3 of 3) sorted by relevance
29 struct otg_device { struct49 static void omap_otg_ctrl(struct otg_device *otg_dev, u32 outputs) in omap_otg_ctrl() argument59 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()
154 struct platform_device *otg_device = config->otg_device; in omap_otg_init() local158 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 = { variable293 pdata->otg_device = &otg_device; in otg_device_init()
44 struct platform_device *otg_device; member