.\" 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_PPC_SOC_PROBE" "9" "09 October 2005" "" ""
.SH NAME
usb_hcd_ppc_soc_probe \- initialize On-Chip HCDs
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int usb_hcd_ppc_soc_probe (const struct hc_driver * \fIdriver\fB, struct platform_device * \fIpdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdriver\fB\fR
-- undescribed --
.TP
\fB\fIpdev\fB\fR
-- undescribed --
.SH "CONTEXT"
.PP
!\fBin_interrupt\fR
.SH "DESCRIPTION"
.PP
Allocates basic 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\&.