.\" 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 "IBM_FIND_ACPI_DEVICE" "9" "09 October 2005" "" ""
.SH NAME
ibm_find_acpi_device \- callback to find our ACPI device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
acpi_status __init ibm_find_acpi_device (acpi_handle \fIhandle\fB, u32 \fIlvl\fB, void * \fIcontext\fB, void ** \fIrv\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhandle\fB\fR
the ACPI handle of the device we are inspecting
.TP
\fB\fIlvl\fB\fR
depth into the namespace tree
.TP
\fB\fIcontext\fB\fR
a pointer to our handle to fill when we find the device
.TP
\fB\fIrv\fB\fR
a return value to fill if desired
.SH "DESCRIPTION"
.PP
used as a callback when calling acpi_walk_namespace
to find our device. When this method returns non-zero
acpi_walk_namespace quits its search and returns our value