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

/drivers/usb/otg/
H A Dfsl_otg.c457 struct fsl_otg *otg_dev = container_of(otg->phy, struct fsl_otg, phy); local
472 if (otg_dev->host_working)
493 otg_dev->host_working = 1;
497 if (!otg_dev->host_working)
508 otg_dev->host_working = 0;
547 struct fsl_otg *otg_dev = container_of(otg->phy, struct fsl_otg, phy); local
549 if (!otg || otg_dev != fsl_otg_dev)
554 otg_dev->fsm.a_bus_drop = 0;
555 otg_dev->fsm.a_bus_req = 1;
561 otg->host->is_b_host = otg_dev
593 struct fsl_otg *otg_dev = container_of(otg->phy, struct fsl_otg, phy); local
663 struct fsl_otg *otg_dev = container_of(otg->phy, struct fsl_otg, phy); local
678 struct fsl_otg *otg_dev = container_of(otg->phy, struct fsl_otg, phy); local
[all...]
H A Disp1301_omap.c825 static struct platform_device *otg_dev; variable in typeref:struct:platform_device
831 if (!otg_dev)
871 otg_dev = dev;
877 otg_dev = NULL;
894 if (otg_dev)
901 if (otg_dev)
902 status = request_irq(otg_dev->resource[1].start, omap_otg_irq,
914 if (!otg_dev)
916 free_irq(otg_dev->resource[1].start, isp);

Completed in 63 milliseconds