Home
last modified time | relevance | path

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

/Linux-v5.4/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.c815 struct acpi_buffer return_obj; in acpi_db_read_from_object() local
825 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_read_from_object()
829 &param_objects, &return_obj); in acpi_db_read_from_object()
838 ret_value = (union acpi_object *)return_obj.pointer; in acpi_db_read_from_object()
856 acpi_os_free(return_obj.pointer); in acpi_db_read_from_object()
868 acpi_os_free(return_obj.pointer); in acpi_db_read_from_object()
985 struct acpi_buffer return_obj; in acpi_db_evaluate_one_predefined_name() local
1078 return_obj.pointer = NULL; in acpi_db_evaluate_one_predefined_name()
1079 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_evaluate_one_predefined_name()
1085 status = acpi_evaluate_object(node, NULL, &param_objects, &return_obj); in acpi_db_evaluate_one_predefined_name()
Ddbmethod.c364 struct acpi_buffer return_obj; in acpi_db_walk_for_execute() local
412 return_obj.pointer = NULL; in acpi_db_walk_for_execute()
413 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_walk_for_execute()
419 status = acpi_evaluate_object(node, NULL, &param_objects, &return_obj); in acpi_db_walk_for_execute()
Dutcopy.c36 union acpi_operand_object **return_obj);