other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
USB_HCD_IRQ(9) | Host Controller APIs | USB_HCD_IRQ(9) |
NAME¶
usb_hcd_irq - hook IRQs to HCD framework (bus glue)SYNOPSIS¶
irqreturn_t
usb_hcd_irq(int irq,
void * __hcd);
ARGUMENTS¶
irqthe IRQ being raised
__hcd
pointer to the HCD whose IRQ is being
signaled
DESCRIPTION¶
If the controller isn't HALTed, calls the driver's irq handler. Checks whether the controller is now dead.RETURN¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |