Searched refs:acpi_ds_create_walk_state (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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 | 95 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL); in acpi_ns_one_complete_parse()
|
D | dsmethod.c | 117 acpi_ds_create_walk_state(node->owner_id, NULL, NULL, NULL); in acpi_ds_auto_serialize_method() 510 next_walk_state = acpi_ds_create_walk_state(obj_desc->method.owner_id, in acpi_ds_call_control_method()
|
D | psxface.c | 269 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, in acpi_ps_execute_method()
|
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
|