Home
last modified time | relevance | path

Searched refs:irq_gadget (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/dwc3/
Dgadget.c2748 irq = dwc->irq_gadget; in dwc3_gadget_start()
2796 free_irq(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_stop()
4277 disable_irq_nosync(dwc->irq_gadget); in dwc3_check_event_buf()
4376 dwc->irq_gadget = irq; in dwc3_gadget_init()
4541 dwc3_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()
4542 dwc3_thread_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()
4545 enable_irq(dwc->irq_gadget); in dwc3_gadget_process_pending_events()
Dcore.c1774 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
1807 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
Dcore.h1167 u32 irq_gadget; member