Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dpsxface.c134 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()
H A Ddsargs.c66 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()
H A Dnsparse.c190 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL); in acpi_ns_one_complete_parse()
H A Ddsmethod.c81 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()
H A Ddbutils.c345 acpi_ds_create_walk_state(0, NULL, NULL, NULL); in acpi_db_second_pass_parse()
H A Dacdispat.h294 struct acpi_walk_state * acpi_ds_create_walk_state(acpi_owner_id owner_id,
H A Ddbmethod.c293 walk_state = acpi_ds_create_walk_state(0, op, NULL, NULL); in acpi_db_disassemble_method()
H A Ddswstate.c506 struct acpi_walk_state *acpi_ds_create_walk_state(acpi_owner_id owner_id, in acpi_ds_create_walk_state() function