USB_HCD_PCI_REMOVE

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

usb_hcd_pci_remove - shutdown processing for PCI-based HCDs  

SYNOPSIS

void usb_hcd_pci_remove (struct pci_dev * dev);  

ARGUMENTS

dev
USB Host Controller being removed
 

CONTEXT

!in_interrupt  

DESCRIPTION

Reverses the effect of usb_hcd_pci_probe, first invoking the HCD's stop method. It is always called from a thread context, normally ``rmmod'', ``apmd'', or something similar.

Store this function in the HCD's struct pci_driver as remove.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
CONTEXT
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:31 GMT, August 13, 2003