Searched refs:return_desc (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexoparg1.c90 union acpi_operand_object *return_desc = NULL; local
102 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER);
103 if (!return_desc) {
107 return_desc->integer.value = acpi_os_get_timer();
123 acpi_ut_remove_reference(return_desc);
127 walk_state->result_obj = return_desc;
258 union acpi_operand_object *return_desc = NULL; local
280 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER);
281 if (!return_desc) {
289 return_desc
587 union acpi_operand_object *return_desc = NULL; local
[all...]
H A Dexoparg2.c281 union acpi_operand_object *return_desc = NULL; local
295 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER);
296 if (!return_desc) {
301 return_desc->integer.value =
311 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER);
312 if (!return_desc) {
317 /* return_desc will contain the remainder */
321 NULL, &return_desc->integer.value);
327 &return_desc, walk_state);
356 return_desc
513 union acpi_operand_object *return_desc = NULL; local
[all...]
H A Dexconvrt.c75 union acpi_operand_object *return_desc; local
168 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER);
169 if (!return_desc) {
178 return_desc->integer.value = result;
179 acpi_ex_truncate_for32bit_table(return_desc);
180 *result_desc = return_desc;
202 union acpi_operand_object *return_desc; local
221 return_desc =
223 if (!return_desc) {
229 new_buf = return_desc
401 union acpi_operand_object *return_desc; local
[all...]
H A Dexoparg3.c147 union acpi_operand_object *return_desc = NULL; local
163 return_desc =
166 if (!return_desc) {
237 return_desc->string.pointer = buffer;
238 return_desc->string.length = (u32) length;
242 return_desc->buffer.flags |= AOPOBJ_DATA_VALID;
255 status = acpi_ex_store(return_desc, operand[3], walk_state);
262 acpi_ut_remove_reference(return_desc);
268 walk_state->result_obj = return_desc;
H A Dexoparg6.c218 union acpi_operand_object *return_desc = NULL; local
256 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER);
257 if (!return_desc) {
265 return_desc->integer.value = ACPI_INTEGER_MAX;
307 return_desc->integer.value = index;
314 status = acpi_ex_load_table_op(walk_state, &return_desc);
325 walk_state->result_obj = return_desc;
332 acpi_ut_remove_reference(return_desc);
H A Dexmisc.c58 * return_desc - Where to store the reference
69 union acpi_operand_object **return_desc,
77 *return_desc = NULL;
132 *return_desc = reference_obj;
137 *return_desc));
164 union acpi_operand_object *return_desc; local
203 return_desc = acpi_ut_create_buffer_object(new_length);
204 if (!return_desc) {
212 new_buf = return_desc->buffer.pointer;
223 *actual_return_desc = return_desc;
68 acpi_ex_get_object_reference(union acpi_operand_object *obj_desc, union acpi_operand_object **return_desc, struct acpi_walk_state *walk_state) argument
249 union acpi_operand_object *return_desc; local
[all...]
H A Dexresolv.c336 * return_desc - Where the resolved object is returned
349 union acpi_operand_object **return_desc)
469 if (return_desc) {
551 if (return_desc) {
552 *return_desc = obj_desc;
346 acpi_ex_resolve_multiple(struct acpi_walk_state *walk_state, union acpi_operand_object *operand, acpi_object_type * return_type, union acpi_operand_object **return_desc) argument
H A Dexconfig.c118 * return_desc - Where to store the return object
128 union acpi_operand_object **return_desc)
159 *return_desc = ddb_handle;
237 *return_desc = ddb_handle;
127 acpi_ex_load_table_op(struct acpi_walk_state *walk_state, union acpi_operand_object **return_desc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsmethod.c435 * return_desc - Return value from the called method
446 union acpi_operand_object *return_desc)
456 walk_state->method_call_op, return_desc));
465 if (return_desc) {
470 (walk_state->implicit_return_obj == return_desc);
478 status = acpi_ds_result_push(return_desc, walk_state);
480 acpi_ut_remove_reference(return_desc);
488 walk_state->return_desc = return_desc;
503 (return_desc, walk_stat
445 acpi_ds_restart_control_method(struct acpi_walk_state *walk_state, union acpi_operand_object *return_desc) argument
[all...]
H A Ddsutils.c100 * PARAMETERS: return_desc - The return value
115 acpi_ds_do_implicit_return(union acpi_operand_object *return_desc, argument
124 if ((!acpi_gbl_enable_interpreter_slack) || (!return_desc)) {
130 return_desc, walk_state->implicit_return_obj));
136 * is the same as the return_desc.
139 if (walk_state->implicit_return_obj == return_desc) {
147 walk_state->implicit_return_obj = return_desc;
149 acpi_ut_add_reference(return_desc);
H A Ddsopcode.c1067 * value. This is the only place where walk_state->return_desc
1070 walk_state->return_desc = walk_state->operands[0];
1106 walk_state->return_desc =
1118 walk_state->return_desc = NULL;
1123 walk_state, walk_state->return_desc));
H A Ddswexec.c377 walk_state->return_desc = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Duteval.c102 union acpi_operand_object *return_desc; local
116 return_desc = acpi_ut_create_internal_object(ACPI_TYPE_INTEGER);
117 if (!return_desc) {
123 return_desc->integer.value = ACPI_UINT32_MAX;
124 walk_state->return_desc = return_desc;
154 return_desc->integer.value = 0;
190 * return_desc - Where a return value is stored
206 union acpi_operand_object **return_desc)
310 *return_desc
203 acpi_ut_evaluate_object(struct acpi_namespace_node *prefix_node, char *path, u32 expected_return_btypes, union acpi_operand_object **return_desc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/parser/
H A Dpsparse.c574 walk_state->return_desc,
587 if (!previous_walk_state->return_desc) {
604 previous_walk_state->return_desc);
614 return_desc);
630 previous_walk_state->return_desc;
633 if (previous_walk_state->return_desc) {
638 return_desc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacinterp.h180 union acpi_operand_object **return_desc,
239 union acpi_operand_object **return_desc);
341 union acpi_operand_object **return_desc);
H A Dacstruct.h119 union acpi_operand_object *return_desc; /* Return object, if any */ member in struct:acpi_walk_state
H A Dacdispat.h195 union acpi_operand_object *return_desc);
247 acpi_ds_do_implicit_return(union acpi_operand_object *return_desc,
H A Dacutils.h348 union acpi_operand_object **return_desc);

Completed in 107 milliseconds