Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_PARSER |
Functions | |
union acpi_parse_object * | acpi_ps_create_scope_op (void) |
void | acpi_ps_init_op (union acpi_parse_object *op, u16 opcode) |
union acpi_parse_object * | acpi_ps_alloc_op (u16 opcode) |
void | acpi_ps_free_op (union acpi_parse_object *op) |
u8 | acpi_ps_is_leading_char (u32 c) |
u8 | acpi_ps_is_prefix_char (u32 c) |
void | acpi_ps_set_name (union acpi_parse_object *op, u32 name) |
#define _COMPONENT ACPI_PARSER |
|
write |
|
write |
void acpi_ps_free_op | ( | union acpi_parse_object * | op | ) |
void acpi_ps_init_op | ( | union acpi_parse_object * | op, |
u16 | opcode | ||
) |
void acpi_ps_set_name | ( | union acpi_parse_object * | op, |
u32 | name | ||
) |