Searched refs:acpi_ds_create_walk_state (Results 1 – 8 of 8) sorted by relevance
/drivers/acpi/acpica/ |
D | psxface.c | 134 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, in acpi_ps_execute_method() 258 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, in acpi_ps_execute_table()
|
D | dsargs.c | 66 walk_state = acpi_ds_create_walk_state(0, NULL, NULL, NULL); in acpi_ds_execute_arguments() 107 walk_state = acpi_ds_create_walk_state(0, NULL, NULL, NULL); in acpi_ds_execute_arguments()
|
D | dsmethod.c | 81 acpi_ds_create_walk_state(node->owner_id, NULL, NULL, NULL); in acpi_ds_auto_serialize_method() 498 acpi_ds_create_walk_state(obj_desc->method.owner_id, NULL, obj_desc, in acpi_ds_call_control_method()
|
D | nsparse.c | 190 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL); in acpi_ns_one_complete_parse()
|
D | dbutils.c | 345 acpi_ds_create_walk_state(0, NULL, NULL, NULL); in acpi_db_second_pass_parse()
|
D | acdispat.h | 294 struct acpi_walk_state * acpi_ds_create_walk_state(acpi_owner_id owner_id,
|
D | dbmethod.c | 293 walk_state = acpi_ds_create_walk_state(0, op, NULL, NULL); in acpi_db_disassemble_method()
|
D | dswstate.c | 506 struct acpi_walk_state *acpi_ds_create_walk_state(acpi_owner_id owner_id, in acpi_ds_create_walk_state() function
|