Searched refs:acpi_ds_create_walk_state (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/acpi/parser/ |
D | psxface.c | 143 walk_state = acpi_ds_create_walk_state (obj_desc->method.owning_id, in acpi_psx_execute() 187 walk_state = acpi_ds_create_walk_state (0, NULL, NULL, NULL); in acpi_psx_execute()
|
D | pswalk.c | 273 walk_state = acpi_ds_create_walk_state (0, NULL, NULL, thread); in acpi_ps_delete_parse_tree()
|
/linux-2.4.37.9/drivers/acpi/dispatcher/ |
D | dsmethod.c | 143 walk_state = acpi_ds_create_walk_state (owner_id, NULL, NULL, NULL); in acpi_ds_parse_method() 306 next_walk_state = acpi_ds_create_walk_state (obj_desc->method.owning_id, in acpi_ds_call_control_method() 337 next_walk_state = acpi_ds_create_walk_state (obj_desc->method.owning_id, in acpi_ds_call_control_method()
|
D | dsopcode.c | 101 walk_state = acpi_ds_create_walk_state (0, NULL, NULL, NULL); in acpi_ds_execute_arguments() 142 walk_state = acpi_ds_create_walk_state (0, NULL, NULL, NULL); in acpi_ds_execute_arguments()
|
D | dswstate.c | 834 acpi_ds_create_walk_state ( in acpi_ds_create_walk_state() function
|
/linux-2.4.37.9/drivers/acpi/namespace/ |
D | nsparse.c | 90 walk_state = acpi_ds_create_walk_state (table_desc->table_id, in acpi_ns_one_complete_parse()
|
/linux-2.4.37.9/include/acpi/ |
D | acdispat.h | 427 acpi_ds_create_walk_state (
|