Searched defs:result_desc (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/acpica/
H A Dexfield.c216 * result_desc - Where the return value is returned, if any
227 union acpi_operand_object **result_desc)
326 *result_desc = buffer_desc;
225 acpi_ex_write_data_to_field(union acpi_operand_object *source_desc, union acpi_operand_object *obj_desc, union acpi_operand_object **result_desc) argument
H A Ddsopcode.c64 union acpi_operand_object *result_desc);
100 * result_desc - Where to store the result
114 union acpi_operand_object *result_desc)
136 * The last parameter to all of these opcodes (result_desc) started
140 if (ACPI_GET_DESCRIPTOR_TYPE(result_desc) != ACPI_DESC_TYPE_NAMED) {
144 acpi_ut_get_descriptor_name(result_desc)));
233 acpi_ut_get_node_name(result_desc),
274 acpi_ut_remove_reference(result_desc); /* Result descriptor */
109 acpi_ds_init_buffer_field(u16 aml_opcode, union acpi_operand_object *obj_desc, union acpi_operand_object *buffer_desc, union acpi_operand_object *offset_desc, union acpi_operand_object *length_desc, union acpi_operand_object *result_desc) argument
H A Dexconvrt.c62 * result_desc - Where the new Integer object is returned
73 union acpi_operand_object **result_desc, u32 flags)
89 *result_desc = obj_desc;
180 *result_desc = return_desc;
190 * result_desc - Where the new buffer object is returned
200 union acpi_operand_object **result_desc)
212 *result_desc = obj_desc;
267 *result_desc = return_desc;
387 * result_desc - Where the string object is returned
398 union acpi_operand_object ** result_desc, u3
72 acpi_ex_convert_to_integer(union acpi_operand_object *obj_desc, union acpi_operand_object **result_desc, u32 flags) argument
199 acpi_ex_convert_to_buffer(union acpi_operand_object *obj_desc, union acpi_operand_object **result_desc) argument
397 acpi_ex_convert_to_string(union acpi_operand_object * obj_desc, union acpi_operand_object ** result_desc, u32 type) argument
572 acpi_ex_convert_to_target_type(acpi_object_type destination_type, union acpi_operand_object *source_desc, union acpi_operand_object **result_desc, struct acpi_walk_state *walk_state) argument
[all...]

Completed in 138 milliseconds