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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/executer/
H A Dexoparg2.c254 acpi_operand_object *return_desc = NULL; local
269 return_desc = acpi_ut_create_internal_object (ACPI_TYPE_INTEGER);
270 if (!return_desc) {
275 return_desc->integer.value = acpi_ex_do_math_op (walk_state->opcode,
285 return_desc = acpi_ut_create_internal_object (ACPI_TYPE_INTEGER);
286 if (!return_desc) {
294 NULL, &return_desc->integer.value);
334 status = acpi_ex_do_concatenate (operand[0], operand[1], &return_desc, walk_state);
340 status = acpi_ex_convert_to_string (operand[0], &return_desc, 16,
355 return_desc
484 acpi_operand_object *return_desc = NULL; local
[all...]
H A Dexoparg1.c203 acpi_operand_object *return_desc = NULL; local
224 return_desc = acpi_ut_create_internal_object (ACPI_TYPE_INTEGER);
225 if (!return_desc) {
238 return_desc->integer.value = ~operand[0]->integer.value;
245 return_desc->integer.value = operand[0]->integer.value;
251 for (temp32 = 0; return_desc->integer.value && temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) {
252 return_desc->integer.value >>= 1;
255 return_desc->integer.value = temp32;
262 return_desc->integer.value = operand[0]->integer.value;
268 for (temp32 = 0; return_desc
496 acpi_operand_object *return_desc = NULL; local
[all...]
H A Dexmisc.c56 acpi_operand_object **return_desc,
67 *return_desc = NULL;
80 *return_desc = (void *) acpi_ds_method_data_get_node (obj_desc->reference.opcode,
88 *return_desc = NULL;
98 *return_desc = obj_desc;
102 *return_desc = NULL;
109 ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Obj=%p Ref=%p\n", obj_desc, *return_desc));
138 acpi_operand_object *return_desc; local
168 return_desc = acpi_ut_create_internal_object (ACPI_TYPE_BUFFER);
169 if (!return_desc) {
54 acpi_ex_get_object_reference( acpi_operand_object *obj_desc, acpi_operand_object **return_desc, acpi_walk_state *walk_state) argument
[all...]
H A Dexoparg6.c155 acpi_operand_object *return_desc = NULL; local
187 return_desc = acpi_ut_create_internal_object (ACPI_TYPE_INTEGER);
188 if (!return_desc) {
196 return_desc->integer.value = ACPI_INTEGER_MAX;
240 return_desc->integer.value = index;
264 walk_state->result_obj = return_desc;
272 acpi_ut_remove_reference (return_desc);
H A Dexoparg3.c146 acpi_operand_object *return_desc = NULL; local
163 return_desc = acpi_ut_create_internal_object (operand[0]->common.type);
164 if (!return_desc) {
201 return_desc->string.pointer = buffer;
202 return_desc->string.length = length;
219 status = acpi_ex_store (return_desc, operand[3], walk_state);
226 acpi_ut_remove_reference (return_desc);
231 walk_state->result_obj = return_desc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/dispatcher/
H A Ddsmethod.c388 acpi_operand_object *return_desc)
396 if (return_desc) {
402 status = acpi_ds_result_push (return_desc, walk_state);
404 acpi_ut_remove_reference (return_desc);
414 acpi_ut_remove_reference (return_desc);
421 walk_state->method_call_op, return_desc, walk_state->return_used,
386 acpi_ds_restart_control_method( acpi_walk_state *walk_state, acpi_operand_object *return_desc) argument
H A Ddsopcode.c923 walk_state->return_desc = walk_state->operands[0];
946 walk_state->return_desc = walk_state->results->results.obj_desc [0];
958 walk_state->return_desc = NULL;
964 walk_state, walk_state->return_desc));
H A Ddswexec.c349 walk_state->return_desc = NULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dacstruct.h86 union acpi_operand_obj *return_desc; /* Return object, if any */ member in struct:acpi_walk_state
H A Dacdispat.h236 acpi_operand_object *return_desc);
H A Dacinterp.h196 acpi_operand_object **return_desc,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/parser/
H A Dpsparse.c1081 walk_state->return_desc, walk_state));
1094 acpi_ds_restart_control_method (walk_state, previous_walk_state->return_desc);
1104 *(previous_walk_state->caller_return_desc) = previous_walk_state->return_desc; /* NULL if no return value */
1107 else if (previous_walk_state->return_desc) {
1110 acpi_ut_remove_reference (previous_walk_state->return_desc);

Completed in 62 milliseconds