1. NAME

usb_hcd_pci_probe - initialize PCI-based HCDs

2. SYNOPSIS

int usb_hcd_pci_probe(struct pci_dev *  dev , const struct pci_device_id *  id );

3. ARGUMENTS

dev
    USB Host Controller being probed

id
    pci hotplug id connecting controller to HCD framework

4. CONTEXT

!in_interrupt

5. 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 entryAqs driver_data.

Store this function in the HCDAqs struct pci_driver as probe.

6. COPYRIGHT