Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/acpica/
Ddbexec.c22 struct acpi_buffer *return_obj);
95 struct acpi_buffer *return_obj) in acpi_db_execute_method() argument
137 return_obj->pointer = acpi_gbl_db_buffer; in acpi_db_execute_method()
138 return_obj->length = ACPI_DEBUG_BUFFER_SIZE; in acpi_db_execute_method()
144 &param_objects, return_obj); in acpi_db_execute_method()
171 (u32)return_obj->length)); in acpi_db_execute_method()
297 struct acpi_buffer return_obj; in acpi_db_execution_walk() local
305 return_obj.pointer = NULL; in acpi_db_execution_walk()
306 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_execution_walk()
315 status = acpi_evaluate_object(node, NULL, NULL, &return_obj); in acpi_db_execution_walk()
[all …]
Ddbtest.c783 struct acpi_buffer return_obj; in acpi_db_read_from_object() local
793 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_read_from_object()
797 &param_objects, &return_obj); in acpi_db_read_from_object()
806 ret_value = (union acpi_object *)return_obj.pointer; in acpi_db_read_from_object()
824 acpi_os_free(return_obj.pointer); in acpi_db_read_from_object()
836 acpi_os_free(return_obj.pointer); in acpi_db_read_from_object()
953 struct acpi_buffer return_obj; in acpi_db_evaluate_one_predefined_name() local
1046 return_obj.pointer = NULL; in acpi_db_evaluate_one_predefined_name()
1047 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_evaluate_one_predefined_name()
1053 status = acpi_evaluate_object(node, NULL, &param_objects, &return_obj); in acpi_db_evaluate_one_predefined_name()
Ddbmethod.c360 struct acpi_buffer return_obj; in acpi_db_walk_for_execute() local
408 return_obj.pointer = NULL; in acpi_db_walk_for_execute()
409 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_walk_for_execute()
415 status = acpi_evaluate_object(node, NULL, &param_objects, &return_obj); in acpi_db_walk_for_execute()
Dutcopy.c36 union acpi_operand_object **return_obj);