Searched refs:irq_gadget (Results 1 – 3 of 3) sorted by relevance
2019 irq = dwc->irq_gadget; in dwc3_gadget_start()2077 free_irq(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_stop()3223 disable_irq_nosync(dwc->irq_gadget); in dwc3_check_event_buf()3315 dwc->irq_gadget = irq; in dwc3_gadget_init()3459 dwc3_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()3461 enable_irq(dwc->irq_gadget); in dwc3_gadget_process_pending_events()
1603 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()1636 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
1089 u32 irq_gadget; member