Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dgadget.c2742 synchronize_irq(dwc->irq_gadget); in dwc3_gadget_pullup()
2937 irq = dwc->irq_gadget; in dwc3_gadget_start()
2991 free_irq(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_stop()
4584 disable_irq_nosync(dwc->irq_gadget); in dwc3_check_event_buf()
4683 dwc->irq_gadget = irq; in dwc3_gadget_init()
4853 dwc3_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()
4855 enable_irq(dwc->irq_gadget); in dwc3_gadget_process_pending_events()
H A Dcore.c1802 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
1835 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
H A Dcore.h1179 u32 irq_gadget; member