'\" t .\" Title: usb_hcd_irq .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Host Controller APIs .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "USB_HCD_IRQ" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Host Controller APIs" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" usb_hcd_irq \- hook IRQs to HCD framework (bus glue) .SH "SYNOPSIS" .HP \w'irqreturn_t\ usb_hcd_irq('u .BI "irqreturn_t usb_hcd_irq(int\ " "irq" ", void\ *\ " "__hcd" ");" .SH "ARGUMENTS" .PP \fIirq\fR .RS 4 the IRQ being raised .RE .PP \fI__hcd\fR .RS 4 pointer to the HCD whose IRQ is being signaled .RE .SH "DESCRIPTION" .PP If the controller isn\*(Aqt HALTed, calls the driver\*(Aqs irq handler\&. Checks whether the controller is now dead\&. .SH "RETURN" .PP \fBIRQ_HANDLED\fR if the IRQ was handled\&. \fBIRQ_NONE\fR otherwise\&. .SH "COPYRIGHT" .br