|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_EXECUTER |
Functions | |
| acpi_status | acpi_ex_convert_to_integer (union acpi_operand_object *obj_desc, union acpi_operand_object **result_desc, u32 flags) |
| acpi_status | acpi_ex_convert_to_buffer (union acpi_operand_object *obj_desc, union acpi_operand_object **result_desc) |
| acpi_status | acpi_ex_convert_to_string (union acpi_operand_object *obj_desc, union acpi_operand_object **result_desc, u32 type) |
| acpi_status | acpi_ex_convert_to_target_type (acpi_object_type destination_type, union acpi_operand_object *source_desc, union acpi_operand_object **result_desc, struct acpi_walk_state *walk_state) |
| #define _COMPONENT ACPI_EXECUTER |
Definition at line 49 of file exconvrt.c.
| acpi_status acpi_ex_convert_to_buffer | ( | union acpi_operand_object * | obj_desc, |
| union acpi_operand_object ** | result_desc | ||
| ) |
Definition at line 199 of file exconvrt.c.
| acpi_status acpi_ex_convert_to_integer | ( | union acpi_operand_object * | obj_desc, |
| union acpi_operand_object ** | result_desc, | ||
| u32 | flags | ||
| ) |
Definition at line 72 of file exconvrt.c.
| acpi_status acpi_ex_convert_to_string | ( | union acpi_operand_object * | obj_desc, |
| union acpi_operand_object ** | result_desc, | ||
| u32 | type | ||
| ) |
Definition at line 397 of file exconvrt.c.
| acpi_status acpi_ex_convert_to_target_type | ( | acpi_object_type | destination_type, |
| union acpi_operand_object * | source_desc, | ||
| union acpi_operand_object ** | result_desc, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 572 of file exconvrt.c.
1.8.2