.\" 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 "PCIEHP_SLOT_FIND" "9" "09 October 2005" "" ""
.SH NAME
pciehp_slot_find \- Looks for a node by bus, and device, multiple functions accessed
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct pci_func * pciehp_slot_find (u8 \fIbus\fB, u8 \fIdevice\fB, u8 \fIindex\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbus\fB\fR
bus to find
.TP
\fB\fIdevice\fB\fR
device to find
.TP
\fB\fIindex\fB\fR
is 0 for first function found, 1 for the second...
.SH "DESCRIPTION"
.PP
Returns pointer to the node if successful, NULL otherwise.