MMTIMER_INTERRUPT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

mmtimer_interrupt - timer interrupt handler  

SYNOPSIS

"SYNOPSIS"

irqreturn_t mmtimer_interrupt (int irq, void * dev_id, struct pt_regs * regs);  

ARGUMENTS

irq
irq received
dev_id
device the irq came from
regs
register state upon receipt of the interrupt
 

DESCRIPTION

Called when one of the comarators matches the counter, This routine will send signals to processes that have requested them.

This interrupt is run in an interrupt context by the SHUB. It is therefore safe to locally access SHub registers.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:29 GMT, October 09, 2005