'\" t .\" Title: snd_mpu401_uart_interrupt_tx .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: MIDI API .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SND_MPU401_UART_INTE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "MIDI API" .\" ----------------------------------------------------------------- .\" * 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" snd_mpu401_uart_interrupt_tx \- generic MPU401\-UART transmit irq handler .SH "SYNOPSIS" .HP \w'irqreturn_t\ snd_mpu401_uart_interrupt_tx('u .BI "irqreturn_t snd_mpu401_uart_interrupt_tx(int\ " "irq" ", void\ *\ " "dev_id" ");" .SH "ARGUMENTS" .PP \fIirq\fR .RS 4 the irq number .RE .PP \fIdev_id\fR .RS 4 mpu401 instance .RE .SH "DESCRIPTION" .PP Processes the interrupt for MPU401\-UART output\&. .SH "RETURN" .PP \fBIRQ_HANDLED\fR if the interrupt was handled\&. \fBIRQ_NONE\fR otherwise\&. .SH "COPYRIGHT" .br