Searched refs:otg_irq (Results 1 – 3 of 3) sorted by relevance
493 dwc->otg_irq = irq; in dwc3_drd_init()500 ret = request_threaded_irq(dwc->otg_irq, dwc3_otg_irq, in dwc3_drd_init()505 dwc->otg_irq, ret); in dwc3_drd_init()548 free_irq(dwc->otg_irq, dwc); in dwc3_drd_exit()
1059 u32 otg_irq; member
642 u16 otg_irq = omap_readw(OTG_IRQ_SRC); in omap_otg_irq() local649 if (otg_irq & OPRT_CHG) { in omap_otg_irq()655 } else if (otg_irq & B_SRP_TMROUT) { in omap_otg_irq()670 } else if (otg_irq & B_HNP_FAIL) { in omap_otg_irq()688 } else if (otg_irq & A_SRP_DETECT) { in omap_otg_irq()715 } else if (otg_irq & A_REQ_TMROUT) { in omap_otg_irq()730 } else if (otg_irq & A_VBUS_ERR) { in omap_otg_irq()733 state_name(isp), otg_irq, otg_ctrl); in omap_otg_irq()746 } else if (otg_irq & DRIVER_SWITCH) { in omap_otg_irq()