Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
nsxfeval.c File Reference
#include <linux/export.h>
#include <acpi/acpi.h>
#include "accommon.h"
#include "acnamesp.h"
#include "acinterp.h"

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_NAMESPACE
 

Functions

acpi_status acpi_evaluate_object_typed (acpi_handle handle, acpi_string pathname, struct acpi_object_list *external_params, struct acpi_buffer *return_buffer, acpi_object_type return_type)
 
acpi_status acpi_evaluate_object (acpi_handle handle, acpi_string pathname, struct acpi_object_list *external_params, struct acpi_buffer *return_buffer)
 
acpi_status acpi_walk_namespace (acpi_object_type type, acpi_handle start_object, u32 max_depth, acpi_walk_callback pre_order_visit, acpi_walk_callback post_order_visit, void *context, void **return_value)
 
acpi_status acpi_get_devices (const char *HID, acpi_walk_callback user_function, void *context, void **return_value)
 
acpi_status acpi_attach_data (acpi_handle obj_handle, acpi_object_handler handler, void *data)
 
acpi_status acpi_detach_data (acpi_handle obj_handle, acpi_object_handler handler)
 
acpi_status acpi_get_data (acpi_handle obj_handle, acpi_object_handler handler, void **data)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_NAMESPACE

Definition at line 51 of file nsxfeval.c.

Function Documentation

acpi_status acpi_attach_data ( acpi_handle  obj_handle,
acpi_object_handler  handler,
void data 
)

Definition at line 728 of file nsxfeval.c.

acpi_status acpi_detach_data ( acpi_handle  obj_handle,
acpi_object_handler  handler 
)

Definition at line 775 of file nsxfeval.c.

acpi_status acpi_evaluate_object ( acpi_handle  handle,
acpi_string  pathname,
struct acpi_object_list external_params,
struct acpi_buffer return_buffer 
)

Definition at line 171 of file nsxfeval.c.

acpi_status acpi_evaluate_object_typed ( acpi_handle  handle,
acpi_string  pathname,
struct acpi_object_list external_params,
struct acpi_buffer return_buffer,
acpi_object_type  return_type 
)

Definition at line 79 of file nsxfeval.c.

acpi_status acpi_get_data ( acpi_handle  obj_handle,
acpi_object_handler  handler,
void **  data 
)

Definition at line 822 of file nsxfeval.c.

acpi_status acpi_get_devices ( const char HID,
acpi_walk_callback  user_function,
void context,
void **  return_value 
)

Definition at line 669 of file nsxfeval.c.

acpi_status acpi_walk_namespace ( acpi_object_type  type,
acpi_handle  start_object,
u32  max_depth,
acpi_walk_callback  pre_order_visit,
acpi_walk_callback  post_order_visit,
void context,
void **  return_value 
)

Definition at line 464 of file nsxfeval.c.