Home
last modified time | relevance | path

Searched refs:return_obj (Results 1 – 4 of 4) sorted by relevance

/drivers/acpi/acpica/
Ddbexec.c58 struct acpi_buffer *return_obj);
129 struct acpi_buffer *return_obj) in acpi_db_execute_method() argument
171 return_obj->pointer = acpi_gbl_db_buffer; in acpi_db_execute_method()
172 return_obj->length = ACPI_DEBUG_BUFFER_SIZE; in acpi_db_execute_method()
178 &param_objects, return_obj); in acpi_db_execute_method()
193 (u32)return_obj->length)); in acpi_db_execute_method()
319 struct acpi_buffer return_obj; in acpi_db_execution_walk() local
327 return_obj.pointer = NULL; in acpi_db_execution_walk()
328 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_execution_walk()
337 status = acpi_evaluate_object(node, NULL, NULL, &return_obj); in acpi_db_execution_walk()
[all …]
Ddbtest.c770 struct acpi_buffer return_obj; in acpi_db_read_from_object() local
780 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_read_from_object()
784 &param_objects, &return_obj); in acpi_db_read_from_object()
793 ret_value = (union acpi_object *)return_obj.pointer; in acpi_db_read_from_object()
821 acpi_os_free(return_obj.pointer); in acpi_db_read_from_object()
938 struct acpi_buffer return_obj; in acpi_db_evaluate_one_predefined_name() local
1031 return_obj.pointer = NULL; in acpi_db_evaluate_one_predefined_name()
1032 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_evaluate_one_predefined_name()
1038 status = acpi_evaluate_object(node, NULL, &param_objects, &return_obj); in acpi_db_evaluate_one_predefined_name()
Ddbmethod.c398 struct acpi_buffer return_obj; in acpi_db_walk_for_execute() local
445 return_obj.pointer = NULL; in acpi_db_walk_for_execute()
446 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_walk_for_execute()
452 status = acpi_evaluate_object(node, NULL, &param_objects, &return_obj); in acpi_db_walk_for_execute()
Dutcopy.c70 union acpi_operand_object **return_obj);