'\" t .\" Title: usb_hcd_pci_probe .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Host Controller APIs .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "USB_HCD_PCI_PROBE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Host Controller APIs" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" usb_hcd_pci_probe \- initialize PCI\-based HCDs .SH "SYNOPSIS" .HP \w'int\ usb_hcd_pci_probe('u .BI "int usb_hcd_pci_probe(struct\ pci_dev\ *\ " "dev" ", const\ struct\ pci_device_id\ *\ " "id" ");" .SH "ARGUMENTS" .PP \fIdev\fR .RS 4 USB Host Controller being probed .RE .PP \fIid\fR .RS 4 pci hotplug id connecting controller to HCD framework .RE .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\*(Aqs driver_data\&. .PP Store this function in the HCD\*(Aqs struct pci_driver as \fBprobe\fR\&. .SH "RETURN" .PP 0 if successful\&. .SH "COPYRIGHT" .br