Home
last modified time | relevance | path

Searched refs:irq_gadget (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dgadget.c2401 irq = dwc->irq_gadget; in dwc3_gadget_start()
2448 free_irq(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_stop()
3847 disable_irq_nosync(dwc->irq_gadget); in dwc3_check_event_buf()
3946 dwc->irq_gadget = irq; in dwc3_gadget_init()
4105 dwc3_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()
4106 dwc3_thread_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()
4109 enable_irq(dwc->irq_gadget); in dwc3_gadget_process_pending_events()
H A Dcore.c1694 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
1727 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
H A Dcore.h958 * @irq_gadget: peripheral controller's IRQ number
1125 u32 irq_gadget; member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dgadget.c2776 synchronize_irq(dwc->irq_gadget); in dwc3_gadget_pullup()
2958 irq = dwc->irq_gadget; in dwc3_gadget_start()
2991 free_irq(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_stop()
4487 disable_irq_nosync(dwc->irq_gadget); in dwc3_check_event_buf()
4580 dwc->irq_gadget = irq; in dwc3_gadget_init()
4745 dwc3_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()
4746 dwc3_thread_interrupt(dwc->irq_gadget, dwc->ev_buf); in dwc3_gadget_process_pending_events()
4749 enable_irq(dwc->irq_gadget); in dwc3_gadget_process_pending_events()
H A Dcore.c2067 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
2100 synchronize_irq(dwc->irq_gadget); in dwc3_suspend_common()
H A Dcore.h1004 * @irq_gadget: peripheral controller's IRQ number
1198 u32 irq_gadget; member

Completed in 21 milliseconds