Searched refs:return_obj (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | dbexec.c | 22 struct acpi_buffer *return_obj); 96 struct acpi_buffer *return_obj) in acpi_db_execute_method() argument 138 return_obj->pointer = acpi_gbl_db_buffer; in acpi_db_execute_method() 139 return_obj->length = ACPI_DEBUG_BUFFER_SIZE; in acpi_db_execute_method() 145 ¶m_objects, return_obj); in acpi_db_execute_method() 172 (u32)return_obj->length)); in acpi_db_execute_method() 298 struct acpi_buffer return_obj; in acpi_db_execution_walk() local 306 return_obj.pointer = NULL; in acpi_db_execution_walk() 307 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_execution_walk() 316 status = acpi_evaluate_object(node, NULL, NULL, &return_obj); in acpi_db_execution_walk() [all …]
|
D | dbmethod.c | 369 struct acpi_buffer return_obj; in acpi_db_evaluate_object() local 402 return_obj.pointer = NULL; in acpi_db_evaluate_object() 403 return_obj.length = ACPI_ALLOCATE_BUFFER; in acpi_db_evaluate_object() 409 status = acpi_evaluate_object(node, NULL, ¶m_objects, &return_obj); in acpi_db_evaluate_object() 414 if (return_obj.length) { in acpi_db_evaluate_object() 417 pathname, return_obj.pointer, in acpi_db_evaluate_object() 418 (u32)return_obj.length); in acpi_db_evaluate_object() 420 acpi_db_dump_external_object(return_obj.pointer, 1); in acpi_db_evaluate_object()
|
D | dbtest.c | 815 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 ¶m_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, ¶m_objects, &return_obj); in acpi_db_evaluate_one_predefined_name()
|
D | utcopy.c | 36 union acpi_operand_object **return_obj);
|