Searched refs:return_obj (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbexec.c | 22 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 ¶m_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 …]
|
D | dbtest.c | 783 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 ¶m_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, ¶m_objects, &return_obj); in acpi_db_evaluate_one_predefined_name()
|
D | dbmethod.c | 360 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, ¶m_objects, &return_obj); in acpi_db_walk_for_execute()
|
D | utcopy.c | 36 union acpi_operand_object **return_obj);
|