Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | ACPI_CREATE_PREDEFINED_TABLE |
#define | _COMPONENT ACPI_NAMESPACE |
Functions | |
acpi_status | acpi_ns_check_predefined_names (struct acpi_namespace_node *node, u32 user_param_count, acpi_status return_status, union acpi_operand_object **return_object_ptr) |
void | acpi_ns_check_parameter_count (char *pathname, struct acpi_namespace_node *node, u32 user_param_count, const union acpi_predefined_info *predefined) |
union acpi_predefined_info * | acpi_ns_check_for_predefined_name (struct acpi_namespace_node *node) |
#define _COMPONENT ACPI_NAMESPACE |
Definition at line 52 of file nspredef.c.
#define ACPI_CREATE_PREDEFINED_TABLE |
Definition at line 45 of file nspredef.c.
|
write |
Definition at line 375 of file nspredef.c.
void acpi_ns_check_parameter_count | ( | char * | pathname, |
struct acpi_namespace_node * | node, | ||
u32 | user_param_count, | ||
const union acpi_predefined_info * | predefined | ||
) |
Definition at line 292 of file nspredef.c.
acpi_status acpi_ns_check_predefined_names | ( | struct acpi_namespace_node * | node, |
u32 | user_param_count, | ||
acpi_status | return_status, | ||
union acpi_operand_object ** | return_object_ptr | ||
) |
Definition at line 132 of file nspredef.c.