Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
irq.c File Reference
#include <linux/acpi.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/pci.h>

Go to the source code of this file.

Functions

enum pci_lost_interrupt_reason pci_lost_interrupt (struct pci_dev *pdev)
 
 EXPORT_SYMBOL (pci_lost_interrupt)
 

Function Documentation

EXPORT_SYMBOL ( pci_lost_interrupt  )
enum pci_lost_interrupt_reason pci_lost_interrupt ( struct pci_dev pdev)

pci_lost_interrupt - reports a lost PCI interrupt : device whose interrupt is lost

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).

Returns: a suggestion for fixing it (although the driver is not required to act on this).

Definition at line 37 of file irq.c.