Searched refs:acpi_ds_create_walk_state (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
D | dsargs.c | 100 walk_state = acpi_ds_create_walk_state(0, NULL, NULL, NULL); in acpi_ds_execute_arguments() 141 walk_state = acpi_ds_create_walk_state(0, NULL, NULL, NULL); in acpi_ds_execute_arguments()
|
D | nsparse.c | 109 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL); in acpi_ns_one_complete_parse()
|
D | psxface.c | 168 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, in acpi_ps_execute_method()
|
D | dsmethod.c | 115 acpi_ds_create_walk_state(node->owner_id, NULL, NULL, NULL); in acpi_ds_auto_serialize_method() 515 next_walk_state = acpi_ds_create_walk_state(obj_desc->method.owner_id, in acpi_ds_call_control_method()
|
D | dbmethod.c | 321 walk_state = acpi_ds_create_walk_state(0, op, NULL, NULL); in acpi_db_disassemble_method()
|
D | dbutils.c | 381 acpi_ds_create_walk_state(0, NULL, NULL, NULL); in acpi_db_second_pass_parse()
|
D | acdispat.h | 315 struct acpi_walk_state * acpi_ds_create_walk_state(acpi_owner_id owner_id,
|
D | dswstate.c | 540 struct acpi_walk_state *acpi_ds_create_walk_state(acpi_owner_id owner_id, in acpi_ds_create_walk_state() function
|