Home
last modified time | relevance | path

Searched refs:acpi_ds_create_walk_state (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Ddsargs.c100 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()
Dnsparse.c95 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL); in acpi_ns_one_complete_parse()
Ddsmethod.c117 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()
Dpsxface.c269 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, in acpi_ps_execute_method()
Dacdispat.h315 struct acpi_walk_state * acpi_ds_create_walk_state(acpi_owner_id owner_id,
Ddswstate.c540 struct acpi_walk_state *acpi_ds_create_walk_state(acpi_owner_id owner_id, in acpi_ds_create_walk_state() function