Searched refs:otg_device (Results 1 – 3 of 3) sorted by relevance
21 struct otg_device { struct 40 static void omap_otg_ctrl(struct otg_device *otg_dev, u32 outputs) in omap_otg_ctrl() argument 50 static void omap_otg_set_mode(struct otg_device *otg_dev) in omap_otg_set_mode() 66 struct otg_device *otg_dev = container_of(nb, struct otg_device, id_nb); in omap_otg_id_notifier() 77 struct otg_device *otg_dev = container_of(nb, struct otg_device, in omap_otg_vbus_notifier() 89 struct otg_device *otg_dev; in omap_otg_probe()
140 struct platform_device *otg_device = config->otg_device; in omap_otg_init() local 144 otg_device->dev.platform_data = config; in omap_otg_init() 145 status = platform_device_register(otg_device); in omap_otg_init() 253 static struct platform_device otg_device = { variable 262 pdata->otg_device = &otg_device; in otg_device_init()
44 struct platform_device *otg_device; member