Lines Matching refs:object
72 acpi_ds_result_pop(union acpi_operand_object **object, in acpi_ds_result_pop() argument
108 *object = state->results.obj_desc[index]; in acpi_ds_result_pop()
109 if (!*object) { in acpi_ds_result_pop()
125 "Obj=%p [%s] Index=%X State=%p Num=%X\n", *object, in acpi_ds_result_pop()
126 acpi_ut_get_object_type_name(*object), in acpi_ds_result_pop()
146 acpi_ds_result_push(union acpi_operand_object * object, in acpi_ds_result_push() argument
181 if (!object) { in acpi_ds_result_push()
184 object, walk_state, walk_state->result_count)); in acpi_ds_result_push()
191 state->results.obj_desc[index] = object; in acpi_ds_result_push()
195 object, in acpi_ds_result_push()
198 object), walk_state, in acpi_ds_result_push()
310 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state * walk_state) in acpi_ds_obj_stack_push() argument
319 object, walk_state, walk_state->num_operands)); in acpi_ds_obj_stack_push()
325 walk_state->operands[walk_state->operand_index] = object; in acpi_ds_obj_stack_push()
333 object, in acpi_ds_obj_stack_push()
336 object), walk_state, in acpi_ds_obj_stack_push()