ATA_INTERRUPT
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
ata_interrupt - Default ATA host interrupt handler
SYNOPSIS
"SYNOPSIS"
irqreturn_t ata_interrupt (int irq, void * dev_instance, struct pt_regs * regs);
ARGUMENTS
- irq
-
irq line (unused)
- dev_instance
-
pointer to our ata_host_set information structure
- regs
-
unused
DESCRIPTION
Default interrupt handler for PCI IDE devices. Calls
ata_host_intr for each port that is not disabled.
LOCKING
Obtains host_set lock during operation.
RETURNS
IRQ_NONE or IRQ_HANDLED.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- LOCKING
-
- RETURNS
-
This document was created by
man2html,
using the manual pages.
Time: 00:01:56 GMT, October 09, 2005