'\" t .\" Title: pci_lost_interrupt .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Hardware Interfaces .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "PCI_LOST_INTERRUPT" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Hardware Interfaces" .\" ----------------------------------------------------------------- .\" * 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" pci_lost_interrupt \- reports a lost PCI interrupt .SH "SYNOPSIS" .HP \w'enum\ pci_lost_interrupt_reason\ pci_lost_interrupt('u .BI "enum pci_lost_interrupt_reason pci_lost_interrupt(struct\ pci_dev\ *\ " "pdev" ");" .SH "ARGUMENTS" .PP \fIpdev\fR .RS 4 device whose interrupt is lost .RE .SH "DESCRIPTION" .PP The primary function of this routine is to report a lost interrupt in a standard way which users can recognise (instead of blaming the driver)\&. .SH "RETURN" .PP a suggestion for fixing it (although the driver is not required to act on this)\&. .SH "COPYRIGHT" .br