.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "VIA_INTR_CHANNEL" "9" "09 October 2005" "" "" .SH NAME via_intr_channel \- handle an interrupt for a single channel .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void via_intr_channel (struct via_info * \fIcard\fB, struct via_channel * \fIchan\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcard\fB\fR unused .TP \fB\fIchan\fB\fR handle interrupt for this channel .SH "DESCRIPTION" .PP This is the ``meat'' of the interrupt handler, containing the actions taken each time an interrupt occurs. All communication and coordination with userspace takes place here. .SH "LOCKING" .PP inside card->lock