IBM_FIND_ACPI_DEVICE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ibm_find_acpi_device - callback to find our ACPI device  

SYNOPSIS

"SYNOPSIS"

acpi_status __init ibm_find_acpi_device (acpi_handle handle, u32 lvl, void * context, void ** rv);  

ARGUMENTS

handle
the ACPI handle of the device we are inspecting
lvl
depth into the namespace tree
context
a pointer to our handle to fill when we find the device
rv
a return value to fill if desired
 

DESCRIPTION

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


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:15 GMT, October 09, 2005