.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "USB_HCD_PCI_PROBE" "" "06 October 2005" "" ""
.SH NAME
usb_hcd_pci_probe \- initialize PCI-based HCDs
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int usb_hcd_pci_probe (struct pci_dev * \fIdev\fB, const struct pci_device_id * \fIid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
USB Host Controller being probed
.TP
\fB\fIid\fB\fR
pci hotplug id connecting controller to HCD framework
.SH "CONTEXT"
.PP
!\fBin_interrupt\fR
.SH "DESCRIPTION"
.PP
Allocates basic PCI resources for this USB host controller, and
then invokes the \fBstart\fR method for the HCD associated with it
through the hotplug entry's driver_data.
.PP
Store this function in the HCD's struct pci_driver as \fBprobe\fR\&.