Searched defs:method_desc (Results 1 - 4 of 4) sorted by relevance

/drivers/acpi/acpica/
H A Ddsmethod.c64 acpi_ds_create_method_mutex(union acpi_operand_object *method_desc);
184 walk_state->method_desc->method.sync_level = 0;
185 walk_state->method_desc->method.info_flags |=
275 acpi_ds_create_method_mutex(union acpi_operand_object *method_desc) argument
297 mutex_desc->mutex.sync_level = method_desc->method.sync_level;
298 method_desc->method.mutex = mutex_desc;
676 * PARAMETERS: method_desc - Method object
690 acpi_ds_terminate_control_method(union acpi_operand_object *method_desc, argument
696 /* method_desc is required, walk_state is optional */
698 if (!method_desc) {
[all...]
H A Ddswstate.c530 * method_desc - Method object
544 *method_desc,
558 walk_state->method_desc = method_desc;
636 walk_state->method_desc =
540 acpi_ds_create_walk_state(acpi_owner_id owner_id, union acpi_parse_object *origin, union acpi_operand_object *method_desc, struct acpi_thread_state *thread) argument
H A Dpsargs.c237 union acpi_operand_object *method_desc; local
285 method_desc = acpi_ns_get_attached_object(node);
288 method_desc, path));
305 if (!method_desc) {
314 node, method_desc->method.param_count));
318 walk_state->arg_count = method_desc->method.param_count;
H A Dacstruct.h114 union acpi_operand_object *method_desc; /* Method descriptor if running a method */ member in struct:acpi_walk_state

Completed in 6038 milliseconds