Lines Matching refs:obj_desc
295 if (info->obj_desc->method.param_count > info->param_count) { in ACPI_EXPORT_SYMBOL()
299 info->obj_desc->method.param_count)); in ACPI_EXPORT_SYMBOL()
305 else if (info->obj_desc->method.param_count < info->param_count) { in ACPI_EXPORT_SYMBOL()
309 info->obj_desc->method.param_count)); in ACPI_EXPORT_SYMBOL()
313 info->param_count = info->obj_desc->method.param_count; in ACPI_EXPORT_SYMBOL()
487 union acpi_operand_object *obj_desc = NULL; in ACPI_EXPORT_SYMBOL() local
506 obj_desc = *(info->return_object->reference.where); in ACPI_EXPORT_SYMBOL()
513 obj_desc = node->object; in ACPI_EXPORT_SYMBOL()
524 if (obj_desc) { in ACPI_EXPORT_SYMBOL()
525 acpi_ut_add_reference(obj_desc); in ACPI_EXPORT_SYMBOL()
527 info->return_object = obj_desc; in ACPI_EXPORT_SYMBOL()