Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/dwc3/
Dgadget.c2761 synchronize_irq(dwc->irq_gadget); in dwc3_gadget_pullup()
2943 irq = dwc->irq_gadget; in dwc3_gadget_start()
2976 free_irq(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_stop()
4465 disable_irq_nosync(dwc->irq_gadget); in dwc3_check_event_buf()
4558 dwc->irq_gadget = irq; in dwc3_gadget_init()
4725 dwc3_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()
4726 dwc3_thread_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()
4729 enable_irq(dwc->irq_gadget); in dwc3_gadget_process_pending_events()
Dcore.c2014 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
2047 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
Dcore.h1189 u32 irq_gadget; member