1USB_HCD_IRQ(9) Host Controller APIs USB_HCD_IRQ(9)
23
4
NAME
6usb_hcd_irq - hook IRQs to HCD framework (bus glue)
7
SYNOPSIS
9irqreturn_t usb_hcd_irq(int irq, void * __hcd);
10
ARGUMENTS
12irq
13the IRQ being raised
1415
__hcd
16pointer to the HCD whose IRQ is being signaled
17
DESCRIPTION
19If the controller isn´t HALTed, calls the driver´s irq handler. Checks
20whether the controller is now dead.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 USB_HCD_IRQ(9)