Searched refs:return_obj (Results 1 – 3 of 3) sorted by relevance
58 struct acpi_buffer *return_obj);129 struct acpi_buffer *return_obj) in acpi_db_execute_method() argument171 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 ¶m_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() local327 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 …]
770 struct acpi_buffer return_obj; in acpi_db_read_from_object() local780 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_read_from_object()784 ¶m_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() local1031 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, ¶m_objects, &return_obj); in acpi_db_evaluate_one_predefined_name()
70 union acpi_operand_object **return_obj);