USB_HCD_IRQ

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

usb_hcd_irq - hook IRQs to HCD framework (bus glue)  

SYNOPSIS

irqreturn_t usb_hcd_irq (int irq, void * __hcd, struct pt_regs * r);  

ARGUMENTS

irq
the IRQ being raised
__hcd
pointer to the HCD whose IRQ is beinng signaled
r
saved hardware registers
 

DESCRIPTION

When registering a USB bus through the HCD framework code, use this to handle interrupts. The PCI glue layer does so automatically; only bus glue for non-PCI system busses will need to use this.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:51:19 GMT, April 09, 2004