USB_HCD_PCI_PROBE
Section: (9)
Updated: 14 August 2003
Index
Return to Main Contents
NAME
usb_hcd_pci_probe - initialize PCI-based HCDs
SYNOPSIS
int usb_hcd_pci_probe (struct pci_dev * dev, const struct pci_device_id * id);
ARGUMENTS
- dev
-
USB Host Controller being probed
- id
-
pci hotplug id connecting controller to HCD framework
CONTEXT
!in_interrupt
DESCRIPTION
Allocates basic PCI resources for this USB host controller, and
then invokes the start method for the HCD associated with it
through the hotplug entry's driver_data.
Store this function in the HCD's struct pci_driver as probe.
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